Question
Javascript
Hello,
i refer to the following link: JavaScript™ for Acrobat® API Reference. How do you correctly address text fields and selection fields in Javacript? Is there a short form in Javascript regarding mandatory fields?
Example code that does not work:
var empty = "";
if(this.getField("Example") == empty)
{
app.alert("Error");
}
This is just a test.
How should the Javascript code begin in Adobe?
Best regards
Christian Huml
