<kendo:panelBar-item>
Contains the items of the panelbar widget
Example
<kendo:panelBar-items>
<kendo:panelBar-item></kendo:panelBar-item>
</kendo:panelBar-items>
Configuration Attributes
contentUrl java.lang.String
Specifies the url from which the item content will be loaded
Example
<kendo:panelBar-item contentUrl="contentUrl">
</kendo:panelBar-item>
enabled boolean
Specifies whether the item is initially enabled
Example
<kendo:panelBar-item enabled="enabled">
</kendo:panelBar-item>
expanded boolean
Specifies whether the item is initially expanded
Example
<kendo:panelBar-item expanded="expanded">
</kendo:panelBar-item>
imageUrl java.lang.String
Specifies the URL of the image displayed by the item
Example
<kendo:panelBar-item imageUrl="imageUrl">
</kendo:panelBar-item>
selected boolean
Specifies whether the item is initially selected
Example
<kendo:panelBar-item selected="selected">
</kendo:panelBar-item>
spriteCssClass java.lang.String
Specifies the class name for the sprite image displayed by the item
Example
<kendo:panelBar-item spriteCssClass="spriteCssClass">
</kendo:panelBar-item>
text java.lang.String
Specifies the text displayed by the item
Example
<kendo:panelBar-item text="text">
</kendo:panelBar-item>
url java.lang.String
Specifies the URL that the item links to
Example
<kendo:panelBar-item url="url">
</kendo:panelBar-item>