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.
其他人是否发现 CKEditor 的在线文档严重不足?
我升级到CKEditor 3.1(从 v3.0.1)并且丢失了我的工具栏。我还能期待什么其他惊喜?你升级到v3.1了吗?
似乎新版本的 CKEditor 构造函数 (CKEDITOR.replace) 不支持与以前版本相同的配置选项。我通过从传递给 replace() 的对象中删除属性来解决这个问题,然后慢慢将它们添加回来,直到找到有问题的选项。