Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 99250

tool bar location

$
0
0
Hello,

The Kendo UI Editor does not support such functionality. However, you could achieve that using jQuery to change the elements position inside the DOM, here is a simple dojo example: http://dojo.telerik.com/@ruzhenov/APIlA

The code that do the magic is the following:

$('.k-editor-widget tr:first-child').insertAfter('.k-editor-widget tr:last-child');

If for some reason, the rendered HTML is different, you just have to use the same approach by finding the TR that contains the toolbar (in that example it is the first TR) and insert it after the last TR.

Note that this is a custom solution and I could not confirm that everything will work properly.

You could also look at the following forum thread, but it is with an inline editor: http://www.telerik.com/forums/position-of-toolbar-for-editor

Regards,
Bozhidar
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items

Viewing all articles
Browse latest Browse all 99250


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>