| ATTRIBUTE |
DESCRIPTION |
| NAME |
[REQUIRED] Name of field to be submited containing all items on right select box |
| 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] ) |
| FIELDS |
[OPTIONAL] Available items :A delimited list of Items to appear on the left Box |
| VFIELDS |
[OPTIONAL] Available item values : A delimited list of FIELDS values that appear on the left Box
matching the FIELDS list .If VFIELDS is not specified
values are set the same as FIELDS
|
| SFIELDS |
[OPTIONAL] Selected items : A delimited list of Items to appear on the right Box |
| VSFIELDS |
[OPTIONAL] Selected item values : A delimited list of SFIELDS values that appear on the left Box
matching the SFIELDS list .If VSFIELDS is not specified
values are set the same as SFIELDS
|
| DELIMITERS |
[OPTIONAL] Delimiters for FIELDS,VFIELDS,SFIELDS and VSFIELDS
[OPTIONAL] Lists and Delimiters
of list that will be submited (Default is , ) |
| HEADER |
[OPTIONAL] Header of Both Lists |
| LHEADER |
[OPTIONAL] Header of Left Lists |
| RHEADER |
[OPTIONAL] Header of Right Lists |
| SIZE |
[OPTIONAL] Vertical size of Boxes (default = 6) |