Tinymce 在所见即所得文本编辑器Aloha、TinyCME、CKEditor中移动工具栏

Tinymce 在所见即所得文本编辑器Aloha、TinyCME、CKEditor中移动工具栏,tinymce,ckeditor,wysiwyg,toolbar,aloha-editor,Tinymce,Ckeditor,Wysiwyg,Toolbar,Aloha Editor,在三个编辑器“Aloha”、“TinyMCE”和“CKEditor”中,我试图分离文本字段和工具栏,并使工具栏始终可见 TinyMCE,使用 inline: true, fixed_toolbar_container: "div#mytoolbar", 我已经能够进行分离,但当文本字段失去焦点时,工具栏会隐藏起来 Aloha和CKEditor我还没有任何东西。如果是CKEditor,请查看and选项。还有一个 CKEDITOR.inline( 'inline1', { extraPlu

在三个编辑器“Aloha”、“TinyMCE”和“CKEditor”中,我试图分离文本字段和工具栏,并使工具栏始终可见

TinyMCE,使用

inline: true,
fixed_toolbar_container: "div#mytoolbar",
我已经能够进行分离,但当文本字段失去焦点时,工具栏会隐藏起来


Aloha和CKEditor我还没有任何东西。

如果是CKEditor,请查看and选项。还有一个

CKEDITOR.inline( 'inline1', {
    extraPlugins: 'sharedspace',
    removePlugins: 'floatingspace,resize',
    sharedSpaces: {
        top: 'top',
        bottom: 'bottom'
    }
} );