| CheckboxField |
Single checkbox field. |
| CheckboxField_Disabled |
Single checkbox field, disabled |
| CheckboxField_Readonly |
Readonly version of a checkbox field - "Yes" or "No". |
| CheckboxSetField |
Displays a set of checkboxes as a logical group. |
| DropdownField |
Dropdown field, created from a <select> tag. |
| GroupedDropdownField |
Grouped dropdown, using <optgroup> tags. |
| ListboxField |
Multi-line listbox field, created from a <select> tag. |
| LookupField |
Read-only complement of DropdownField. Shows the "human value" of the
dropdown field for the currently selected value. |
| NullableField |
NullableField is a field that wraps other fields when you want to allow the user
to specify whether the value of the field is null or not. |
| OptionsetField |
Set of radio buttons designed to emulate a dropdown. It even uses the same
constructor as a dropdown field. |
| ReadonlyField |
Read-only field to display a non-editable value with a label. Consider using an
LabelField if you just need a label-less value display. |
| RoomServiceDropdownField |
Dropdown field, created from a <select> tag. |
| SimpleHTMLEditorField |
TextareaField creates a multi-line text field, allowing more data to be entered
than a standard text field. It creates the <textarea> tag in the form
HTML. |
| SimpleTinyMCEField |
TextareaField creates a multi-line text field, allowing more data to be entered
than a standard text field. It creates the <textarea> tag in the form
HTML. |
| SimpleWysiwygField |
TextareaField creates a multi-line text field, allowing more data to be entered
than a standard text field. It creates the <textarea> tag in the form
HTML. |
| StateDropdownField |
Dropdown field, created from a <select> tag. |
| StateProvinceDropdownField |
Dropdown field, created from a <select> tag. |
| TextareaField |
TextareaField creates a multi-line text field, allowing more data to be entered
than a standard text field. It creates the <textarea> tag in the form
HTML. |
| TextField |
Text input field. |