<kendo:fileManager-contextMenu-item>
Configures the items of the ContextMenu.
Example
<kendo:fileManager-contextMenu-items>
<kendo:fileManager-contextMenu-item></kendo:fileManager-contextMenu-item>
</kendo:fileManager-contextMenu-items>
Configuration Attributes
command java.lang.String
Specifies the command of the item.
Example
<kendo:fileManager-contextMenu-item command="command">
</kendo:fileManager-contextMenu-item>
icon java.lang.String
Specifies the icon of the item.
Example
<kendo:fileManager-contextMenu-item icon="icon">
</kendo:fileManager-contextMenu-item>
name java.lang.String
Specifies the name of the item.
Example
<kendo:fileManager-contextMenu-item name="name">
</kendo:fileManager-contextMenu-item>
spriteCssClass java.lang.String
Specifies the spriteCssClass of the item.
Example
<kendo:fileManager-contextMenu-item spriteCssClass="spriteCssClass">
</kendo:fileManager-contextMenu-item>
text java.lang.String
Specifies the text of the item.
Example
<kendo:fileManager-contextMenu-item text="text">
</kendo:fileManager-contextMenu-item>