-
<static> COMB
-
If set, the field shall be automatically divided into as many equally spaced positions as the value of the max length.
-
<static> COMBO
-
If set, the field is a combo box; if clear, the field is a list box.
-
<static> COMMIT_ON_SEL_CHANGE
-
If set, the new value shall be committed as soon as a selection is made.
-
-
If set, the field shall not scroll (horizontally for single-line fields, vertically for multiple-line fields) to accommodate more text than fits within its annotation rectangle.
-
<static> DO_NOT_SPELL_CHECK
-
If set, text entered in the field shall not be spell-checked.
-
<static> EDIT
-
If set, the combo box shall include an editable text box as well as a drop-down list; if clear, it shall include only a drop-down list.
-
<static> FILE_SELECT
-
If set, the text entered in the field represents the pathname of a file whose contents shall be submitted as the value of the field.
-
<static> MULTI_SELECT
-
If set, more than one of the field’s option items may be selected simultaneously; if clear, at most one item shall be selected.
-
<static> MULTILINE
-
If set, the field may contain multiple lines of text.
-
<static> NO_EXPORT
-
If set, the field shall not be exported by a submit-form action.
-
<static> NO_TOGGLE_TO_OFF
-
(Radio buttons only) If set, exactly one radio button shall be selected at all times.
-
<static> PASSWORD
-
If set, the field is intended for entering a secure password that should not be echoed visibly to the screen.
-
-
If set, the field is a pushbutton that does not retain a permanent value.
-
<static> RADIO
-
If set, the field is a set of radio buttons; if clear, the field is a checkbox.
-
<static> RADIOS_IN_UNISON
-
If set, a group of radio buttons within a radio button field that use the same value for the on state will turn on and off in unison.
-
<static> READ_ONLY
-
If set, the user may not change the value of the field.
-
<static> REQUIRED
-
If set, the field shall have a value at the time it is exported by a submit-form action.
-
<static> RICH_TEXT
-
If set, the value of this field shall be a rich text string.
-
<static> SORT
-
If set, the field’s option items shall be sorted alphabetically.