projects
/
pdfium.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge XFA to PDFium master at 4dc95e7 on 10/28/2014
[pdfium.git]
/
xfa_test
/
process
/
script.txt
1
function Process(request)
\r
2
{
\r
3
\r
4
//var c = new MyJSObject();
\r
5
\r
6
//this.log(c.property1);
\r
7
\r
8
var c = app.activeDocs;
\r
9
\r
10
\r
11
if(options["param1"] != "x")
\r
12
{
\r
13
this.output["hello"] = 1;
\r
14
log(request.host);
\r
15
}
\r
16
else
\r
17
{
\r
18
this.output["hello"] = 2;
\r
19
log(request.host);
\r
20
}
\r
21
}