Determines if a user can type
a value into a drop-down list.
SyntaxReference_Syntax.textEntry = "0 | 1"
Values
Type
|
Values
|
String
|
Prevents the user
from typing in the current field. The value is chosen by selecting
a value from the drop-down list.
Allows
a user to type a value into a drop-down list or select from the
drop-down list. This opens up the field value to be anything that
the user might type. If the open property is set
to multiSelect, the user is not allowed to enter
values in the field.
|
JavaScriptDropDownList1.resolveNode("ui.#choiceList").textEntry = "1";
FormCalcDropDownList1.ui.#choiceList.textEntry = "1"
|
|
|