<kendo:taskBoard-editable>

Toggles the editing in the TaskBoard. Both for columns and cards.

Example

<kendo:taskBoard>
    <kendo:taskBoard-editable></kendo:taskBoard-editable>
</kendo:taskBoard>

Configuration Attributes

form java.lang.Object

The Kendo Form configuration for Card editing.

Example

<kendo:taskBoard-editable form="form">
</kendo:taskBoard-editable>

headerTemplate java.lang.String

Controls the rendering of the header

Example

<kendo:taskBoard-editable headerTemplate="headerTemplate">
</kendo:taskBoard-editable>

Configuration JSP Tags

kendo:taskBoard-editable-buttons

Defines a list of buttons rendering in the footer pane

More documentation is available at kendo:taskBoard-editable-buttons.

Example

<kendo:taskBoard-editable>
    <kendo:taskBoard-editable-buttons></kendo:taskBoard-editable-buttons>
</kendo:taskBoard-editable>

Event Attributes

headerTemplate String

Controls the rendering of the header

Example

<kendo:taskBoard-editable headerTemplate="handle_headerTemplate">
</kendo:taskBoard-editable>
<script>
    function handle_headerTemplate(e) {
        // Code to handle the headerTemplate event.
    }
</script>

Event Tags

kendo:taskBoard-editable-headerTemplate

Controls the rendering of the header

Example

<kendo:taskBoard-editable>
    <kendo:taskBoard-editable-headerTemplate>
        <script>
            function(e) {
                // Code to handle the headerTemplate event.
            }
        </script>
    </kendo:taskBoard-editable-headerTemplate>
</kendo:taskBoard-editable>
In this article
Not finding the help you need?