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.
SyntaxReference_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.
|
JavaScriptDropDownList1.resolveNode("#items").save = "1";
FormCalcDropDownList1.#items.save = "1"
|
|
|