HTML編輯器,CKEditor 4.3.1 發布
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 的使用最為廣泛,社區最為活躍,一直擁有良好的口碑。
We would like to announce the release of CKEditor 4.3.1. This editor version is a minor bug-fixing release that follows our last major release, CKEditor 4.3, that introduced the amazing Widget System. CKEditor 4.3.1 includes lots of enhancements for various widget and accessibility issues as well as some browser-specific fixes.
Naming Changes
Please note that this release contains a few changes that will align the new plugins (Language and Enhanced Image) to our naming conventions. To start with, the lower-case language
button of the Language plugin was renamed to Language
(upper-case). And since the Image and Enhanced Image plugins are mutually exclusive, we have also renamed the button, context menu, plugin command, and icon for the new image widget plugin to match the old one.
Widget Enhancements
This release also introduces some fixes and enhancements to our Widget System. A few notable changes are fixes around image resizing for the Enhanced Image widget as well as some further fixes for widget drag and drop operations. Please note that since the Clipboard plugin is needed for widget drag and drop, it is now added as the dependency for the Widget plugin. Do remember that the recommended way to install any additional CKEditor plugins, including widgets, is through CKBuilder which makes the whole process hassle-free and you will never need to worry about resolving the dependencies like that by yourself!
Accessibility Fixes
Accessibility remains a priority in CKEditor, so this version improves some issues with keyboard navigation across the editor drop-down menus and menu items. WAI-ARIA support for the new Language plugin was also enhanced and an issue with JAWS not recognizing disabled buttons as unavailable is now fixed.
Changelog
Check out the What's New? page for the full list of changes.