升级到CKEditor 3.1

发布于 2024-08-18 19:32:25 字数 166 浏览 1 评论 0原文

还有其他人发现 CKEditor 的在线文档严重不足吗?

我升级到 CKEditor 3.1(从 v3.0.1 开始)并丢失了工具栏。我还能期待什么其他惊喜?你升级到v3.1了吗?

Does anyone else find the online documentation to CKEditor woefully inadequate?

I upgraded to CKEditor 3.1 (from v3.0.1) and lost my toolbar. What other surprises can I expect? Have you upgraded to v3.1?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

可爱咩 2024-08-25 19:32:25

看来新版本的 CKEditor 构造函数 (CKEDITOR.replace) 不支持与以前版本相同的配置选项。我通过从传递给 Replace() 的对象中删除属性,然后慢慢将它们添加回来,直到找到有问题的选项来解决这个问题。

It appears that the new version of CKEditor constructor (CKEDITOR.replace) does not support the same configuration options as does previous versions. I resolved this problem by removing properties from the object passed to replace() and then slowly adding them back until I found the offending options.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文