title | page_title | description | slug | canonicalLink | position |
---|---|---|---|---|---|
RTL Support |
RTL Support - ToolBar - Kendo UI for Vue |
Use the k-rtl class to activate the right-to-left (RTL) support of the Kendo UI ToolBar wrapper for Vue. |
right_to_left_support_toolbar_wrapper |
6 |
You can activate the right-to-left functionality by adding the k-rtl
class to the container of the ToolBar.
The following example demonstrates how to utilize the RTL support for the ToolBar.
{% meta height:350 %} {% embed_file toolbar/rtl/main.vue preview %} {% embed_file toolbar/rtl/main.js %} {% endmeta %}