<kendo:taskBoard-cardMenuItem>

Defines the list of buttons rendered in the card.

Example

<kendo:taskBoard-cardMenu>
    <kendo:taskBoard-cardMenuItem></kendo:taskBoard-cardMenuItem>
</kendo:taskBoard-cardMenu>

Configuration Attributes

command java.lang.String

The command of the button.

Example

<kendo:taskBoard-cardMenuItem command="command">
</kendo:taskBoard-cardMenuItem>

icon java.lang.String

The icon of the button.

Example

<kendo:taskBoard-cardMenuItem icon="icon">
</kendo:taskBoard-cardMenuItem>

name java.lang.String

The name of the button.

Example

<kendo:taskBoard-cardMenuItem name="name">
</kendo:taskBoard-cardMenuItem>

options java.lang.String

The command options of the button.

Example

<kendo:taskBoard-cardMenuItem options="options">
</kendo:taskBoard-cardMenuItem>

spriteCssClass java.lang.String

The class name of the icon element.

Example

<kendo:taskBoard-cardMenuItem spriteCssClass="spriteCssClass">
</kendo:taskBoard-cardMenuItem>

text java.lang.String

The text of the button.

Example

<kendo:taskBoard-cardMenuItem text="text">
</kendo:taskBoard-cardMenuItem>
In this article
Not finding the help you need?