Skip to content

Files

Latest commit

 

History

History
26 lines (19 loc) · 984 Bytes

File metadata and controls

26 lines (19 loc) · 984 Bytes
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

Templates

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 %}

Suggested Links