| ATTRIBUTE |
DESCRIPTION |
| NAME |
[REQUIRED] Name of the combobox |
| FORM |
[OPTIONAL] Name of form the input field is in (required only if there is more
than one form in the cfm template , default = forms[0] ) |
| TEXT |
[REQUIRED] A delimited list of combobox text values
|
| VALUE |
[OPTIONAL] A delimited list of option values (default is the same as TEXT) |
| MULTIPLE |
[OPTIONAL] Specift whether multiple selections are allowed |
| SELECTED |
[OPTIONAL] A delimited list of selected option values |
| SIZE |
[OPTIONAL] Vertical size of comboBox (default = 10) |
| WIDTH |
[OPTIONAL] Horizontal size of comboBox (default = 25) |