aliasNode

Specifies the object that is represented by the alias for this model.

Syntax

Reference_Syntax.aliasNode = "object"

Values

Type

Values

Object

The object within the model referenced by the reference syntax for that model. In the case of the form model, the alias node would be the form object.

For more information about reference syntax expressions, see Referencing Objects in Calculations and Scripts.

Applies to

model class class

Version

XFA 2.1

Examples

JavaScript

xfa.aliasNode = "form";

FormCalc

xfa.aliasNode = "form"

// Ethnio survey code removed