Reputation: 61
Is there any way I could disintegrate TinyMCE toolbar and menubar from the editor (by default it's attached at the top of editor)?
I would like to achieve something similar to Google Document where Toolbar and Menubar is at the top, detached from the actual editor giving it a feel of MS Word and not like a Notepad.
Any help is greatly appreciated. Thanks!!
Upvotes: 3
Views: 803
Reputation: 1686
Thes is an option to insert the toolbar inside a custom element, which you can position at will:
fixed_toolbar_container: ".adminToolbar",
Upvotes: 5