Items.menuButtons
configurationSpecifies the menu buttons of a SplitButton or a DropDownButton.
items.menuButtons
ArraySpecifies the HTML attributes of a menu button.
HTML attributes which are JavaScript keywords (e.g. class) must be quoted.
items.menuButtons.enable
BooleanSpecifies whether the menu button is initially enabled or disabled.
items.menuButtons.hidden
BooleanDetermines if a button is visible or hidden. By default buttons are visible.
Default: false
items.menuButtons.icon
StringSets icon for the menu buttons. The icon should be one of the existing in the Kendo UI theme sprite.
items.menuButtons.id
StringSpecifies the ID of the menu buttons.
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.
If set, the ToolBar will render an image with the specified URL in the menu button.
Defines a CSS class (or multiple classes separated by spaces) which will be used for menu button icon.
items.menuButtons.text
StringSpecifies the text of the menu buttons.
items.menuButtons.url
StringSpecifies the url of the menu button to navigate to.