The SelectBox has the same act like the ComboBox, but the SelectBox doesn't allow user input only selection is allowed.
- Pointer and keyboard support.
- Items with plane text and/or icons
- Ellipsis: If the label does not fit into the widget bounds an ellipsis ("...") is rendered at the end of the label.
The SelectBox has the same act like the ComboBox, but the SelectBox doesn't allow user input only selection is allowed.
For more details about ComboBox see: combobox
Here are some links that demonstrate the usage of the widget:
- SelectBox demo
- Other SelectBox demo
- Form demo
Here is a link to the API of the Widget: qx.ui.form.SelectBox