<kendo:taskBoard-previewPane-button>

Defines a list of buttons rendering in the footer pane.

Example

<kendo:taskBoard-previewPane-buttons>
    <kendo:taskBoard-previewPane-button></kendo:taskBoard-previewPane-button>
</kendo:taskBoard-previewPane-buttons>

Configuration Attributes

command java.lang.String

The command of the button.

Example

<kendo:taskBoard-previewPane-button command="command">
</kendo:taskBoard-previewPane-button>

icon java.lang.String

The icon of the button.

Example

<kendo:taskBoard-previewPane-button icon="icon">
</kendo:taskBoard-previewPane-button>

name java.lang.String

The name of the button.

Example

<kendo:taskBoard-previewPane-button name="name">
</kendo:taskBoard-previewPane-button>

options java.lang.String

The command options of the button.

Example

<kendo:taskBoard-previewPane-button options="options">
</kendo:taskBoard-previewPane-button>

primary boolean

Toggles whether the color of the button to be primary or not.

Example

<kendo:taskBoard-previewPane-button primary="primary">
</kendo:taskBoard-previewPane-button>

spriteCssClass java.lang.String

The class name of the icon element.

Example

<kendo:taskBoard-previewPane-button spriteCssClass="spriteCssClass">
</kendo:taskBoard-previewPane-button>

text java.lang.String

The text of the button.

Example

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