This is a migrated thread and some comments may be shown as answers.

Control placement of EditMode tabs?

2 Answers 31 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 2
Mark asked on 14 Nov 2018, 09:27 PM

Is there any way to move the EditMode tabs (Design / Html / Preview etc) to somewhere other than the bottom left of the editor?  For instance is there a way to move them to the top of the editor?  

 

Thanks!

-Mark

2 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 15 Nov 2018, 07:20 AM
Hello Mark,

This feature is not offered out-of-the box, but there are a few ways to achieve it:
  • Get reference to the wrapper surrounding the buttons with $telerik.$(".reModes")[0] and move the buttons programmatically.
  • or hide the buttons with EditModes="Design" and implement your own buttons which you can place on the desired position. Once you have the custom buttons on the page they can change the edit mode via the the set_mode() client-side method of RadEditor. 


Best regards,
Rumen
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Mark
Top achievements
Rank 2
answered on 15 Nov 2018, 04:42 PM

I went with bulled #2, that worked really easily.  Thanks for the quick help!

 

-Mark

Tags
Editor
Asked by
Mark
Top achievements
Rank 2
Answers by
Rumen
Telerik team
Mark
Top achievements
Rank 2
Share this question
or