<kendo:menu-item>
Contains the items of the menu widget
Example
<kendo:menu-items>
<kendo:menu-item></kendo:menu-item>
</kendo:menu-items>
Configuration Attributes
enabled boolean
Specifies whether the item is initially enabled
Example
<kendo:menu-item enabled="enabled">
</kendo:menu-item>
imageUrl java.lang.String
Specifies the URL of the image displayed by the item
Example
<kendo:menu-item imageUrl="imageUrl">
</kendo:menu-item>
select java.lang.String
Specifies the select event handler of an item.
Example
<kendo:menu-item select="select">
</kendo:menu-item>
selected boolean
Specifies whether the item is initially selected
Example
<kendo:menu-item selected="selected">
</kendo:menu-item>
spriteCssClass java.lang.String
Specifies the class name for the sprite image displayed by the item
Example
<kendo:menu-item spriteCssClass="spriteCssClass">
</kendo:menu-item>
text java.lang.String
Specifies the text displayed by the item
Example
<kendo:menu-item text="text">
</kendo:menu-item>
url java.lang.String
Specifies the URL that the item links to
Example
<kendo:menu-item url="url">
</kendo:menu-item>