listen

Controls whether the event object listens to events occurring in the referenced node only, or to events occurring in the referenced node and descendents.

Syntax

Reference_Syntax.listen = "refOnly | refAndDescendents"

Values

Type

Values

String

  • refOnly (default): Listens to the event only on the container specified by the ref property.

  • refAndDescendents: Listens to the event as it fires on the ref node and any of its descendents.

Applies to

Model

Object

Form Model

event

Version

XFA 3.0

// Ethnio survey code removed