Identifies the type of application
to which the script is directed.
SyntaxReference_Syntax.binding = "XFA | Application_type"
Values
Type
|
Values
|
String
|
The
script is to be applied by standard application.
Any
value other than XFA signifies that the script
may be ignored by standard applications.
|
JavaScriptTextField1.resolveNode("#event.#script").binding = "XFA";
FormCalcTextField1.#event.#script.binding = "XFA"
|
|
|