ComboBox
1. Definition
ComboBox is one possible value that the Type element of the GUI Strings can receive. It creates a dropdown list that contains values of type string.
Stores a value of type string, in this case the selected text.
2. Options
- "Items": predefined items, Datentyp: Array of string
3. Example
{ "Key" : "ComboBox1", "Type" : "ComboBox", "Caption" : "MyComboBox", "Options" : { "Items" : ["Item1", "Item2"] } }