In the three editors "Aloha", "TinyMCE" and "CKEditor", i am trying to separate the text-field and the toolbar, and keep the toolbar visible at all times.
TinyMCE, Using
inline: true,
fixed_toolbar_container: "div#mytoolbar",
i have been able to do the separation, but the toolbar hides when the text-field is out of focus.
Aloha and CKEditor i don't have anything yet.