title | page_title | description | slug | canonicalLink | position |
---|---|---|---|---|---|
Tools |
Tools - Editor - Kendo UI for Vue |
Utilize the complete set of the editing tools when using the Kendo UI Editor wrapper component for Vue. |
tools_editor_wrapper |
2 |
The Editor provides a rich set of tools that can be used for editing the content through the <kendo-editor-tool>
component.
If you do not define any tools for the Editor, it applies a default toolset for text formatting. For more information on the tools
property, refer to the API of the Kendo UI Editor widget.
{% meta height:400 %} {% embed_file tools/available/main.vue preview %} {% embed_file tools/available/main.js %} {% endmeta %}
The Editor allows you to add custom tools which are defined in the tools
array and, in this way, to extend the tools
functionality.
{% meta height:400 %} {% embed_file tools/custom-tools/main.vue preview %} {% embed_file tools/custom-tools/main.js %} {% endmeta %}