<kendo:breadcrumb-item>

Array of items to be rendered in Breadcrumb.

Example

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

Configuration Attributes

encoded boolean

Defines whether to encode the item's text. To render entities or HTML, set it to false.

Example

<kendo:breadcrumb-item encoded="encoded">
</kendo:breadcrumb-item>

href java.lang.String

Defines the navigation link's url of the item (rendered if navigation is true).

Example

<kendo:breadcrumb-item href="href">
</kendo:breadcrumb-item>

icon java.lang.String

Defines the icon to be rendered.

Example

<kendo:breadcrumb-item icon="icon">
</kendo:breadcrumb-item>

iconClass java.lang.String

Defines the icon classes (the span element).

Example

<kendo:breadcrumb-item iconClass="iconClass">
</kendo:breadcrumb-item>

itemClass java.lang.String

Defines the item classes (the li element).

Example

<kendo:breadcrumb-item itemClass="itemClass">
</kendo:breadcrumb-item>

linkClass java.lang.String

Defines the link classes (the a element).

Example

<kendo:breadcrumb-item linkClass="linkClass">
</kendo:breadcrumb-item>

showIcon boolean

Defines whether to show the icon. Default value is true for rootItem and false for item.

Example

<kendo:breadcrumb-item showIcon="showIcon">
</kendo:breadcrumb-item>

showText boolean

Defines whether to show the text. Default value is false for rootItem and true for item.

Example

<kendo:breadcrumb-item showText="showText">
</kendo:breadcrumb-item>

text java.lang.String

Defines the text of the item.

Example

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

type java.lang.String

The item type.

Example

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