<kendo:toolBar-item-menuButton>

Specifies the menu buttons of a SplitButton or a DropDownButton.

Example

<kendo:toolBar-item-menuButtons>
    <kendo:toolBar-item-menuButton></kendo:toolBar-item-menuButton>
</kendo:toolBar-item-menuButtons>

Configuration Attributes

attributes java.lang.Object

Specifies the HTML attributes of a menu button.

Example

<kendo:toolBar-item-menuButton attributes="attributes">
</kendo:toolBar-item-menuButton>

enable boolean

Specifies whether the menu button is initially enabled or disabled.

Example

<kendo:toolBar-item-menuButton enable="enable">
</kendo:toolBar-item-menuButton>

hidden boolean

Determines if a button is visible or hidden. By default buttons are visible.

Example

<kendo:toolBar-item-menuButton hidden="hidden">
</kendo:toolBar-item-menuButton>

icon java.lang.String

Sets icon for the menu buttons. The icon should be one of the existing in the Kendo UI theme sprite.

Example

<kendo:toolBar-item-menuButton icon="icon">
</kendo:toolBar-item-menuButton>

id java.lang.String

Specifies the ID of the menu buttons.

Example

<kendo:toolBar-item-menuButton id="id">
</kendo:toolBar-item-menuButton>

imageUrl java.lang.String

If set, the ToolBar will render an image with the specified URL in the menu button.

Example

<kendo:toolBar-item-menuButton imageUrl="imageUrl">
</kendo:toolBar-item-menuButton>

spriteCssClass java.lang.String

Defines a CSS class (or multiple classes separated by spaces) which will be used for menu button icon.

Example

<kendo:toolBar-item-menuButton spriteCssClass="spriteCssClass">
</kendo:toolBar-item-menuButton>

text java.lang.String

Specifies the text of the menu buttons.

Example

<kendo:toolBar-item-menuButton text="text">
</kendo:toolBar-item-menuButton>

url java.lang.String

Specifies the url of the menu button to navigate to.

Example

<kendo:toolBar-item-menuButton url="url">
</kendo:toolBar-item-menuButton>
In this article
Not finding the help you need?