New to Kendo UI for Vue? Start a free 30-day trial
Display the Kendo UI for Vue Native Editor toolbar at the bottom
Updated over 6 months ago
Environment
| Product Version | 6.1.0 |
| Product | Progress® Kendo UI for Vue Native |
Description
How can I display the Editor's toolbar at the bottom?
Solution
To achieve this, add the following CSS that will change the order of the toolbar and the content of the Editor:
jsx
<style>
.k-editor .k-toolbar {
order:2;
}
</style>
This example demonstrates the approach above:
Change Theme
Theme
Loading ...