发布于 2015-07-03 00:50:49 | 198 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的CKEditor 4 开发人员指南,程序狗速度看过来!
CKEditor网页编辑器
CKEditor 即 FCKEDITOR 。FCKeditor是目前最优秀的可见即可得网页编辑器之一,它采用JavaScript编写。具备功能强大、配置容易、跨浏览器、支持多种编程语言、开源等特点。它非常流行,互联网上很容易找到相关技术文档,国内许多WEB项目和大型网站均采用了FCKeditor。
CKEditor 4.5 发布,此版本是个重大更新版本,包括 157 tickets, 29k 行代码修改和 10 个全新插件!
主要改进:
支持图片上传粘贴,嵌入式媒体,支持嵌套小部件
新工具栏配置,重新定义编辑器示例
添加了很多有用组件: notifications, notification aggregator, file tools 和 upload widget
添加了低级别 APIs: editor.getSelectedHtml()
和一些 CKEDITOR.plugins.widget
静态方法
无数 CKEditor 和原生键盘集成方面的改进
基本支持r Microsoft Edge 浏览器 ( Project Spartan)
CKEditor 4.5 正式版本包括大约 40 个 bug 修复和一些小改进,值得关注的有:
We made the CKEDITOR.env.isCompatible
flag a blacklist rather than a whitelist. This should solve a few issues with CKEditor being disabled in some environments, including mobile ones.
We added the dialog#setState()
method and used it in the Media Embed dialog window to indicate that a resource is being loaded.
Support for pasting links that convert into embeddable resources on the fly was added thanks to the Auto Embed plugin.
We reviewed vendor prefixes in CSS skin files which allowed to drop a few kilobytes from all CKEditor installation packages.
Compatibility of editor skins (Moono and Kama) with external web page style sheets was improved.
We added the repository.onWidget()
method — a convenient way to listen to widget events through the repository.
Various issues related to CKEDITOR.tools.htmlEncode()
and CKEDITOR.tools.htmlDecode()
methods were fixed.
We fine-tuned integration with CKFinder 3 (which was also released today) to make features like image paste and drag&drop work really seamlessly.
Thanks to community contributions submitted to CKEditor UI Localization Center, we updated the Arabic, Bulgarian, Chinese (China), Chinese (Taiwan), Czech, Danish, Dutch, Faroese, French, Galician, German, Greek, Hebrew, Hungarian, Italian, Korean, Latvian, Norwegian, Polish, Romanian, Russian, Spanish, Swedish, Tatar, Turkish and Vietnamese localizations. Huge thanks to everyone involved!
更多内容请看发行说明。
CKEditor 又更新了版本,发布 CKEditor 4.5.1 版本,主要修复上传图片插件的一个错误提示问题。
CKEditor 即 FCKEDITOR 。FCKeditor是目前最优秀的可见即可得网页编辑器之一,它采用JavaScript编写。具备功能强大、配置容易、跨浏览器、支持多种编程语言、开源等特点。它非常流行,互联网上很容易找到相关技术文档,国内许多WEB项目和大型网站均采用了FCKeditor。