This component can be used to group related buttons. |
Public Variables (Properties)
[?]
Common Variables: Name, Visible, Breakpoint, Grid Width, Grid Height, Content Overflow, Container Style, Custom Classes, Style, Preloader, Component Bindings.
This property defines a list of buttons displayed by the component.
Variable Name: | buttons |
Records: | 0..unlimited |
Record Format:
Field Name | Field Type | Field Description |
id | String | ID. Unique text identifier of the particular button. |
image | Data Block | Image. The image to display on the button. |
text | String | Text. The text of the button label. |
buttonCustomClasses | String | Custom Classes. Allows specifying custom CSS classes that may be used in the Style, Hover Style, Active Style and Focus Style properties. |
Selected Items
The ID of the button to add the selected HTML attribute. It can be used to define the graphical presentation and behavior of this buttons group using CSS.
Variable Name: | selectedButtons |
Records: | 0..unlimited |
Record Format:
Field Name | Field Type | Field Description |
id | String | ID |
Hover Style
The CSS Style to be applied to the button in the Hover state.
Variable Name: | hoverStyle |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
hoverStyle | String | Hover Style |
Active Style
The CSS Style to be applied to the button in the Active state.
Variable Name: | activeStyle |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
activeStyle | String | Active Style |
Focus Style
The CSS Style to be applied to the button in the Focus state.
Variable Name: | focusStyle |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
focusStyle | String | Focus Style |
Public Events
[?]
Common Events: Information, Visible Info Changed, Visible Child Added, Visible Child Removed, Mouse Clicked
Was this page helpful?