Determines whether the values
in a particular column represent both display and bound values,
or if the data in the column represents bound values only.
Syntax
Reference_Syntax.save = "0 | 1"
Values
Type
|
Values
|
String
|
The values supplied
by this object are for display only.
The
values supplied by this object may be entered into the field.
At
least one column must have a value of
1
. If multiple
columns have a value set to
1
, then the parser saves
the first column first column with a value of
1
that
is encountered.
|
JavaScript
DropDownList1.resolveNode("#items").save = "1";
FormCalc
DropDownList1.#items.save = "1"
|
|
|