<kendo:chipList-item>

The configurations of the different chips inside the chiplist.

Example

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

Configuration Attributes

attributes java.lang.Object

Defines custom attributes of the Chip's element.

Example

<kendo:chipList-item attributes="attributes">
</kendo:chipList-item>

avatarClass java.lang.String

If set, value will be appended to the icon's element class attribute. It also appends "k-chip avatar" and "k-avatar" classes to the icon's element.

Example

<kendo:chipList-item avatarClass="avatarClass">
</kendo:chipList-item>

enabled boolean

Toggles the enabled state of the Chip item.

Example

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

icon java.lang.String

Defines the name for an existing icon in a Kendo UI theme or SVG content. The icon is rendered inside the chip by a span.k-icon or span.k-svg-icon element.See web font icons help article for more details on Kendo UI icons.

Example

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

iconClass java.lang.String

If set, value will be appended to the icon's element class attribute.

Example

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

label java.lang.String

The label text of the chip. Default is empty string.

Example

<kendo:chipList-item label="label">
</kendo:chipList-item>

selected boolean

Toggles the selected state of the Chip.

Example

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

themeColor java.lang.String

Sets the color of the component according to the applied theme.

Example

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