Table of Contents
ToggleButton
The ToggleButton widget is a classic GUI ToggleButton with to states: pressed or not pressed.
Preview Image
Features
- Contain text and/or icon.
- Mouse and keyboard support.
- Ellipsis: If the label does not fit into the widget bounds an ellipsis (”…”) is rendered at the end of the label.
Description
The widget is a classic GUI element, that support to states: pressed and not pressed. The state could be changed by mouse (click) or keyboard (enter or space) event.
Demos
Here are some links that demonstrate the usage of the widget:
API
Here is a link to the API of the Widget:
qx.ui.form.ToggleButton

