| Class | Description |
|---|---|
| KendoTemplateBehavior |
Provides the kendo-ui implementation of
JQueryAbstractTemplateBehavior that works with a IJQueryTemplate.The content of the <script /> block (the resource stream) is given by the IJQueryTemplate.getText().This implementation is different from JQueryTemplateBehavior as the <script /> block will have the kendo-ui type ("text/x-kendo-template") |
| KendoTemplateHeaderItem |
Provides an
HeaderItem that renders a Kendo UI template |
| KendoTemplateResourceStream |
Provides the resource stream for Kendo-UI templates.
The JQueryTemplateResourceStream.getString() method returns a script block like <script id="jquery-template-123456" type="text/x-kendo-template" /> |
Copyright © 2021 7thWeb. All rights reserved.