<kendo:chartBreadcrumb-rootItem>

The root item to be rendered by the Chart Breadcrumb.The default root item is { type: 'rootitem', icon: 'home', text: 'Home', showIcon: true }.

Example

<kendo:chartBreadcrumb>
    <kendo:chartBreadcrumb-rootItem></kendo:chartBreadcrumb-rootItem>
</kendo:chartBreadcrumb>

Configuration Attributes

encoded boolean

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

Example

<kendo:chartBreadcrumb-rootItem encoded="encoded">
</kendo:chartBreadcrumb-rootItem>

href java.lang.String

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

Example

<kendo:chartBreadcrumb-rootItem href="href">
</kendo:chartBreadcrumb-rootItem>

icon java.lang.String

Defines the icon to be rendered.

Example

<kendo:chartBreadcrumb-rootItem icon="icon">
</kendo:chartBreadcrumb-rootItem>

iconClass java.lang.String

Defines the icon classes (the span element).

Example

<kendo:chartBreadcrumb-rootItem iconClass="iconClass">
</kendo:chartBreadcrumb-rootItem>

itemClass java.lang.String

Defines the item classes (the li element).

Example

<kendo:chartBreadcrumb-rootItem itemClass="itemClass">
</kendo:chartBreadcrumb-rootItem>

linkClass java.lang.String

Defines the link classes (the a element).

Example

<kendo:chartBreadcrumb-rootItem linkClass="linkClass">
</kendo:chartBreadcrumb-rootItem>

showIcon boolean

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

Example

<kendo:chartBreadcrumb-rootItem showIcon="showIcon">
</kendo:chartBreadcrumb-rootItem>

showText boolean

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

Example

<kendo:chartBreadcrumb-rootItem showText="showText">
</kendo:chartBreadcrumb-rootItem>

text java.lang.String

Defines the text of the item.

Example

<kendo:chartBreadcrumb-rootItem text="text">
</kendo:chartBreadcrumb-rootItem>

type java.lang.String

Defines the type of the item "rootitem" or "item".

Example

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