save

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

  • 0 (default)

  • 1

The values supplied by this object are for display only.

  • 1

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.

Applies to

Version

XFA 2.1

Examples

JavaScript

DropDownList1.resolveNode("#items").save = "1";

FormCalc

DropDownList1.#items.save = "1"

// Ethnio survey code removed