UNPKG

@qooxdoo/framework

Version:

The JS Framework for Coders

39 lines (25 loc) 1.12 kB
SelectBox ========= The SelectBox has the same act like the ComboBox, but the SelectBox doesn't allow user input only selection is allowed. Preview Image ------------- ![SelectBox](selectbox.png%0A%20%20%20%20%20%20%20%20%20%20%20%20:width:%20500%20px%0A%20%20%20%20%20%20%20%20%20%20%20%20:target:%20../../selectbox.png) Features -------- - 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. Description ----------- 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 Demos ----- Here are some links that demonstrate the usage of the widget: - [SelectBox demo](apps://demobrowser/#widget~SelectBox.html) - [Other SelectBox demo](apps://demobrowser/#ui~SelectBox_EdgeCases.html) - [Form demo](apps://demobrowser/#showcase~Form.html) API --- Here is a link to the API of the Widget: [qx.ui.form.SelectBox](apps://apiviewer/#qx.ui.form.SelectBox)