Programming Reference Manual
 
Properties string definition
Control type:
2
Default caption:
ComboBox
Value:
Select one of listed items
List items:
Mulitple, seperated by | character
Example:
"2#Land#Nederland#Nederland|België|Frankrijk#"
 
The ComboBox generates a dropdown control in the web browser, from which you can select one.
List items are separated by the | character.
 
To enter a new list item:
- Select "<new item".
- change the text into the desired textvalue
- confirm the new item entry by pressing the ENTER key
 
Repeat this for every Item.
 
To edit an existing list item:
- Select the item
- Edit the text of that item
- Confirm the change by pressing the ENTER key