binding

Identifies the type of application to which the script is directed.

Syntax

Reference_Syntax.binding = "XFA | Application_type"

Values

Type

Values

String

  • XFA (default)

  • Any other valid application type.

The script is to be applied by standard application.

  • Any other valid application type.

Any value other than XFA signifies that the script may be ignored by standard applications.

Applies to

Version

XFA 2.1

Examples

JavaScript

TextField1.resolveNode("#event.#script").binding = "XFA";

FormCalc

TextField1.#event.#script.binding = "XFA"

// Ethnio survey code removed