How do I move the toolbar to the top in TinyMCE Simple theme? Thanks
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Note: The instructions below are valid for TinyMCE 3.x. TinyMCE 4.x is available now and you should probably use it instead. See http://www.tinymce.com/wiki.php/Configuration for more information.
The toolbar can only be moved to top when using
theme : advancedin TinyMCE. There is notheme_simple_toolbar_locationbut atheme_advanced_toolbar_location. See documentation here http://www.tinymce.com/wiki.php/Configuration3x:theme_advanced_toolbar_location.What you can do is to serve the editor as
theme : advancedand then customize the buttons by using thetheme_advanced_buttons_1_nproperty. It’s documented here http://www.tinymce.com/wiki.php/Configuration3x:theme_advanced_buttons_1_n.Example:
The code in the example is not tested, but it should work. It will show an editor with the buttons for Bold, Italic and Underline at the top.
So the answer would be: one cannot move the buttons when using
theme : simple.