Items.buttons
configurationSpecifies the buttons of ButtonGroup.
items.buttons
Arrayitems.buttons.attributes
ObjectSpecifies the HTML attributes of a ButtonGroup's button.
HTML attributes which are JavaScript keywords (e.g. class) must be quoted.
items.buttons.click
FunctionSpecifies the click event handler of the button. Applicable only for the children of a ButtonGroup.
items.buttons.enable
BooleanSpecifies whether the button is initially enabled or disabled.
Default: true
items.buttons.group
StringAssigns the button to a group. Applicable only for the children of a ButtonGroup that has togglable true.
items.buttons.hidden
BooleanDetermines if the button is visible or hidden. By default the buttons are visible.
Default: false
items.buttons.icon
StringSets icon for the menu button. The icon should be one of the existing in the Kendo UI theme sprite.
items.buttons.id
StringSpecifies the ID of the button.
By design the widget will render two buttons - the one located in the ToolBar container will receive the specified ID, the one located in the Overflow Popup container will receive the specified ID but with _overflow suffix. If the ID will be used for determining which button is clicked in the
clickortoggleevent handler, the developer should use the ID property of the event data which always contains the specified ID without suffix.
items.buttons.imageUrl
StringIf set, the ToolBar will render an image with the specified URL in the button.
items.buttons.selected
BooleanSpecifies if the toggle button is initially selected. Applicable only for the children of a ButtonGroup that has togglable true.
Default: false
items.buttons.showIcon
StringApplicable only for the buttons of a ButtonGroup. Specifies where the icon of the button will be displayed. Whether it should be displayed always (both), only when the button is visible on the ToolBar (toolbar), or only when the button is overflowed (overflow).
Default: "both"
items.buttons.showText
StringApplicable only for the buttons of a ButtonGroup. Specifies where the text of the button will be displayed. Whether it should be displayed always (both), only when the button is visible on the ToolBar (toolbar), or only when the button is overflowed (overflow).
Default: "both"
Defines a CSS class (or multiple classes separated by spaces) which will be used for button icon.
items.buttons.text
StringSpecifies the text of the menu button.
items.buttons.togglable
BooleanSpecifies if the button is togglable, e.g. has a selected and unselected state. Applicable only for the children of a ButtonGroup.
items.buttons.toggle
FunctionSpecifies the toggle event handler of the button. Applicable only for the children of a ButtonGroup.
items.buttons.url
StringSpecifies the url of the button to navigate to.