<kendo:tileLayout-container-header>

Holds the configuration settings for the header.

Example

<kendo:tileLayout-container>
    <kendo:tileLayout-container-header></kendo:tileLayout-container-header>
</kendo:tileLayout-container>

Configuration Attributes

template java.lang.String

The template that will be rendered as a header.

Example

<kendo:tileLayout-container-header template="template">
</kendo:tileLayout-container-header>

text java.lang.String

The text that will be rendered as a header.

Example

<kendo:tileLayout-container-header text="text">
</kendo:tileLayout-container-header>

Event Attributes

template String

The template that will be rendered as a header.

Example

<kendo:tileLayout-container-header template="handle_template">
</kendo:tileLayout-container-header>
<script>
    function handle_template(e) {
        // Code to handle the template event.
    }
</script>

Event Tags

kendo:tileLayout-container-header-template

The template that will be rendered as a header.

Example

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