@qooxdoo/framework
Version:
The JS Framework for Coders
39 lines (25 loc) • 846 B
Markdown
MenuButton
==========
The MenuButton looks like a normal button, but it opens a menu when tapping on it.
Preview Image
-------------

Features
--------
- Contain text and/or icon.
- Pointer support.
- Ellipsis: If the label does not fit into the widget bounds an ellipsis (”...”) is rendered at the end of the label.
- Menu support.
Description
-----------
The MenuButton looks like a normal button, but it opens a menu when tapping on it.
For using a menu see: menu
Demos
-----
Here are some links that demonstrate the usage of the widget:
- [Menu demo that contains a MenuButton](apps://demobrowser/#widget~Menu.html)
- [Form demo](apps://demobrowser/#showcase~Form.html)
API
---
Here is a link to the API of the Widget:
[qx.ui.form.MenuButton](apps://apiviewer/#qx.ui.form.MenuButton)