The ComboBox JavaScript class. A simplified version of the ComboBox Qt widget. More...
Properties | |
StringList | itemList |
The stringlist of items. More... | |
String | currentItem |
The currently selected item. More... | |
bool | editable |
Toggle whether the combo box may be edited by the user. More... | |
int | currentItemPos |
The index of the current item. More... | |
The ComboBox JavaScript class. A simplified version of the ComboBox Qt widget.
|
readwrite |
The currently selected item.
|
readwrite |
The index of the current item.
|
readwrite |
Toggle whether the combo box may be edited by the user.
|
readwrite |
The stringlist of items.