<kendo:contextMenu-item>

Contains the items of the menu widget

Example

<kendo:contextMenu-items>
    <kendo:contextMenu-item></kendo:contextMenu-item>
</kendo:contextMenu-items>

Configuration Attributes

enabled boolean

Specifies whether the item is initially enabled

Example

<kendo:contextMenu-item enabled="enabled">
</kendo:contextMenu-item>

imageUrl java.lang.String

Specifies the URL of the image displayed by the item

Example

<kendo:contextMenu-item imageUrl="imageUrl">
</kendo:contextMenu-item>

selected boolean

Specifies whether the item is initially selected

Example

<kendo:contextMenu-item selected="selected">
</kendo:contextMenu-item>

spriteCssClass java.lang.String

Specifies the class name for the sprite image displayed by the item

Example

<kendo:contextMenu-item spriteCssClass="spriteCssClass">
</kendo:contextMenu-item>

text java.lang.String

Specifies the text displayed by the item

Example

<kendo:contextMenu-item text="text">
</kendo:contextMenu-item>

url java.lang.String

Specifies the URL that the item links to

Example

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