Identifies the type of application
to which the script is directed.
Syntax
Reference_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.
|
JavaScript
TextField1.resolveNode("#event.#script").binding = "XFA";
FormCalc
TextField1.#event.#script.binding = "XFA"
|
|
|