title | page_title | description | slug | canonicalLink | position |
---|---|---|---|---|---|
Templates |
Templates - ToolBar - Kendo UI for Vue |
Implement editors in the Kendo UI ToolBar wrapper for Vue by using templates. |
templates_toolbar_wrapper |
3 |
The Toolbar enables you to incorporate various types of editors by using templates.
After you define the html
part of the implementation, initialize the desired components from that html
part by using the mounted event.
{% meta height:400 %} {% embed_file toolbar/templates/main.vue preview %} {% embed_file toolbar/templates/main.js %} {% endmeta %}