Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TinyMCE Toolbar and Menus

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!!

like image 359
Mesh Avatar asked Jun 01 '26 15:06

Mesh


1 Answers

Thes is an option to insert the toolbar inside a custom element, which you can position at will:

fixed_toolbar_container: ".adminToolbar",
like image 172
Christoffer Bubach Avatar answered Jun 04 '26 11:06

Christoffer Bubach