CKEditor 是一款功能强大的开源在线文本编辑器。它所见即所得的特点,使你在编辑时所看到的内容和格式,能够与发布后看到的效果完全一致。利用它,我们可以在 Web 上实现类似于 Microsoft Word 的许多强大的功能。CKEditor 完全是基于 JavaScript 开发的,因此不必在客户端进行任何安装,并且兼容各大主流浏览器,比如:IE,Firefox,Chrome,Safari,Opera。而且由于它是一个纯粹的 JavaScript 应用,所以无论用的是哪种服务器端技术(JSP,PHP,ASP 等等),都可以获得很好的支持。
CKEditor 的前身是 FCKEditor,这个项目是在 2003 年由 Frederico Caldeira Knabben 发起的,FCK 代表的就是项目创建者 Frederico Caldeira Knabben 的简称。从 3.0 版本后,它改名为 CKEditor,CK 代表的含义是 Content And Knowledge(内容与知识)。现在,CKEditor 隶属于 CKSource 公司,背后拥有一个强大的技术团队的支持。在同类产品之中,CKEditor 的使用最为广泛,社区最为活跃,一直拥有良好的口碑。
#10685: Fixed: Unreadable toolbar icons after updating to the new editor version.
#14573: Fixed: Missing Widget drag handler CSS when there are multiple editor instances.
#14620: Fixed: Setting both the min-height
style for the <body>
element and the height
style for the <html>
element breaks the Auto Grow plugin.
#14538: Fixed: Keyboard focus goes into an embedded <iframe>
element.
#14602: Fixed: The dom.element.removeAttribute()
method does not remove all attributes if no parameter is given.
#8679: Fixed: Better focus indication and ability to style the selected color in the color picker dialog.
#11697: Fixed: Content is replaced ignoring the letter case setting in the Find and Replace dialog window.
#13886: Fixed: Invalid handling of the CKEDITOR.style
instance with the styles
property by CKEDITOR.filter
.
#14535: Fixed: CSS syntax corrections. Thanks to mdjdenormandie!
#14312: [IE] Fixed: Artifact is visible after pasting any text.