【发布时间】:2012-12-14 22:09:27
【问题描述】:
我有多个运行内联编辑的 CKEditor 4 实例 (contenteditable="true")。默认情况下,这会在我每次编辑时打开实例旁边的工具栏。
预期的功能是在特定位置有一个通用工具栏,而不使用 css 定位,因此控制正在编辑的活动实例。 (最好通过设置工具栏的目标父级)
我已经阅读了共享空间,但我发现它们仅适用于 CKEditor 3,正如这里提到的 CKEditor separate the toolbar from the editor
感谢您的宝贵时间
【问题讨论】:
标签: generics ckeditor toolbar shared spaces