<kendo:tabStrip-item>

Contains the items of the tabstrip widget

Example

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

Configuration Attributes

contentUrl java.lang.String

Specifies the url from which the item content will be loaded

Example

<kendo:tabStrip-item contentUrl="contentUrl">
</kendo:tabStrip-item>

enabled boolean

Specifies whether the item is initially enabled

Example

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

imageUrl java.lang.String

Specifies the URL of the image displayed by the item

Example

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

selected boolean

Specifies whether the item is initially selected

Example

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

spriteCssClass java.lang.String

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

Example

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

text java.lang.String

Specifies the text displayed by the item

Example

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

url java.lang.String

Specifies the URL that the item links to

Example

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