Hello,
I have a function1 which launch a diaglog when a user clicks on the button. Function1 is in the folder script. For the click event, I have: script1.function1();
However, the dialog box has the title "JavaScript Window" and the warning "Warning: JavaScript Window".
I searched and follow the suggestion in the forum. I created a app.trusted fuction as below:
var
app.beginPriv();
launchDialog();
app.endPriv();
});
In the click event, I have:
event.target.vDialog();
However, this doesn't work. Could someone points out for me where the mistake is? Also, is there a way to change the windown title, instead of "JavaScript Window", it says "Help Information"?
Thank you.
You might want to look at the documentation for the app.trustPropagatorFunction:#
http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_A croJS.88.168.html
Example #2 shows how you can prevent the JavaScript warning in the title. To set the title of the dialog, set the "name" property (in the description object) to the string you want to use.
North America
Europe, Middle East and Africa
Asia Pacific