UIButtonList
Creates a List with Buttons that accept any kind of text button types.
Since: 7.0.0
Name | Type | Default | Description |
listValues |
| Required - The values that will be mapped in the list | |
listValues.label |
| Required - The label that will be listed on each button. | |
listValues.value |
| Required - The value that will be listed with each button. | |
listValues.tooltipText |
| This text is visible on each tooltip. | |
listValues.icon |
| Optional if there is an icon on each of the buttons that are listed, see UIButton for instruction. | |
listValues.selected |
|
| Selected state or not for each button in the list. |
type |
|
| Type of buttonlist look. See UIButton for variations. |
size |
|
| Size of buttonlist. See UIButton for variations. |
width |
|
| Width of buttonlist. Variants: block|full. This is the list's width, where Full is the full width of the list container and Block corresponds to the inline width of buttons in the list. The UIButton's width property can not be changed. |
onClick |
| Callback for when the button is clicked. |
Example
Example
Last updated