Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在使用 appendTo 方法创建编辑器实例时,我想要类似于 CkEditor 内联编辑器浮动工具栏的东西。当使用 CkEditor 的内联变体时,您将与页面的其余部分共享 CSS。当您想要页面和编辑器内容的不同样式时,这是不幸的。其他编辑器创建方法为编辑器内容创建 iframe。
当不使用 CkEditor 的内联编辑时,有没有办法获得相同的浮动工具栏行为?