title | page_title | description | slug | canonicalLink | position |
---|---|---|---|---|---|
Icons |
Icons - TreeView - Kendo UI for Vue |
Add images or predefined and custom icons to the Kendo UI TreeView wrapper for Vue. |
icons_treeview_wrapper |
4 |
You can enhance the meaning of the context by adding an icon to the Button either through the image-url
option or sprite-css-class
attributes.
The following example demonstrates how to create a TreeView with images.
{% meta height:450 %} {% embed_file icons/images/main.vue preview %} {% embed_file icons/images/main.js %} {% endmeta %}
The following example demonstrates how to create a TreeView with sprites.
{% meta height:450 %} {% embed_file icons/sprite/main.vue preview %} {% embed_file icons/sprite/main.js %} {% endmeta %}