Specifies the relationship among
the members of the set.
Note: Beginning with Acrobat 8.0, this property is
read only.
SyntaxReference_Syntax.relation (Acrobat
8.x and later)
Reference_Syntax.relation = "ordered | unordered | choice" (Acrobat
7.x and earlier)
Values
Type
|
Values
|
String
|
ordered (default)
unordered
choice
Instantiates
members in the order in which they are declared in the form design.
This has the effect of potentially re-ordering the content to satisfy
the document order of the form design.
Instantiates
the members in data order regardless of the order in which they
are declared. This has the effect of potentially re-ordering the
set to satisfy the ordering of the content.
The
members are exclusive of each other, and only one member may be
instantiated. The determination of which member to instantiate is
based upon the data.
|
JavaScriptxfa.form.form1.resolveNode("#subformSet").relation;
FormCalcxfa.form.form1.#subformSet.relation
|
|
|