发布于 2015-12-10 00:23:09 | 169 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的CKEditor 4 开发人员指南,程序狗速度看过来!
CKEditor网页编辑器
CKEditor 即 FCKEDITOR 。FCKeditor是目前最优秀的可见即可得网页编辑器之一,它采用JavaScript编写。具备功能强大、配置容易、跨浏览器、支持多种编程语言、开源等特点。它非常流行,互联网上很容易找到相关技术文档,国内许多WEB项目和大型网站均采用了FCKeditor。
CKEditor 4.5.6 发布,更新如下:
新特性:
Introduced the CKEDITOR.tools.getCookie()
and CKEDITOR.tools.setCookie()
methods for accessing cookies.
Introduced the CKEDITOR.tools.getCsrfToken()
method. The CSRF token is now automatically sent by the File Browser and File Tools plugins during file uploads. The server-side upload handlers may check it and use it to additionally secure the communication.
其它变化:
Updated SCAYT (Spell Check As You Type):
#98: SCAYT affects dialog double-click. Fixed in SCAYT core.
#102: SCAYT core performance enhancements.
#104: SCAYT's spans leak into the clipboard and after pasting.
#105: A JavaScript error fired in case of multiple instances of CKEditor on one page.
#107: SCAYT should not check non-editable parts of content.
#108: Latest SCAYT copies the ID of the editor element to the iframe.
SCAYT stops working when CKEditor Undo plugin not enabled.
Issue with pasting SCAYT markup in CKEditor.
SCAYT stops working after pressing the Cancel button in the WSC dialog.
CKEditor Language plugin support.
CKEditor Placeholder plugin support.
Drag&Drop support.
Experimental GRAYT (Grammar As You Type) functionality.
New features:
Fixed issues:
详情请看:What's New?
CKEditor是新一代的FCKeditor,是一个重新开发的版本。CKEditor是全球最优秀的网页在线文字编辑器之一,因其惊人的性能与可扩展性而广泛的被运用于各大网站。
可配合使用的扩展有 文件管理器KCFinder