WoW:UI Object UIDropDownMenu: Difference between revisions
Jump to navigation
Jump to search
m
added checked attribute to info element
m (added checked attribute to info element) |
|||
| Line 53: | Line 53: | ||
|- | |- | ||
| disabled || Boolean || If true, this button is disabled (cannot be clicked, special formatting) | | disabled || Boolean || If true, this button is disabled (cannot be clicked, special formatting) | ||
|- | |||
| checked || Boolean || If true, this button is checked (tick icon displayed next to it) | |||
|- | |- | ||
| hasArrow || Boolean || If true, this button has an arrow and opens a nested menu. | | hasArrow || Boolean || If true, this button has an arrow and opens a nested menu. | ||
| Line 74: | Line 76: | ||
| notClickable || Boolean || If true, this button cannot be clicked. | | notClickable || Boolean || If true, this button cannot be clicked. | ||
|- | |- | ||
| notCheckable || String || If true, this button cannot be checked (selected) | | notCheckable || String || If true, this button cannot be checked (selected) - this also moves the button to the left, since there's no space stored for the tick-icon | ||
|- | |- | ||
| keepShownOnClick || Boolean || If true, the menu isn't hidden when this button is clicked. | | keepShownOnClick || Boolean || If true, the menu isn't hidden when this button is clicked. | ||