Trace: • Workscreen Parameters • Custom IFactory Implementation • Formatting Tree Nodes • Controlling Metadata Caching • Formatting Cells in Tables
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
jvx:client:gui:dropdownmenubutton [2020/02/09 10:50] admin |
jvx:client:gui:dropdownmenubutton [2020/07/08 17:38] (current) cduncan articles |
||
---|---|---|---|
Line 1: | Line 1: | ||
~~NOTRANS~~ | ~~NOTRANS~~ | ||
- | ~~Title: DropDown Menu Button~~ | + | ~~Title: Dropdown Menu Button~~ |
- | A dropdown menu button is a button which shows a drop-down menu on click. The button will look like one of these: | + | A dropdown menu button is a button which shows a dropdown menu on click. The button will look like one of these: |
^ Browser ^ Desktop ^ | ^ Browser ^ Desktop ^ | ||
|{{:jvx:client:gui:menubutton_web.png?nolink|}} | {{:jvx:client:gui:menubutton_desktop.png?nolink|}}| | |{{:jvx:client:gui:menubutton_web.png?nolink|}} | {{:jvx:client:gui:menubutton_desktop.png?nolink|}}| | ||
- | To create such button, simply use following snippet: | + | To create such button, simply use the following snippet: |
<code java> | <code java> |