CKEditor是新一代的FCKeditor,是一个重新开发的版本。CKEditor是全球最优秀的网页在线文字编辑器之一,因其惊人的性能与可扩展性而广泛的被运用于各大网站。
可配合使用的扩展有 文件管理器CKFinder
使用方法:
<html>
<head>
<title>Sample - CKEditor</title>
<script type="text/javascript" src="/ckeditor/ckeditor.js"></script>
</head>
<body>
<form method="post">
<p> My Editor:<br />
<textarea name="editor1"><p>Initial value.</p></textarea>
<script type="text/javascript">CKEDITOR.replace( 'editor1' );</script>
</p>
<p>
<input type="submit" />
</p>
</form>
</body>
</html>
这是 CKEditor 一个非常重要的版本,该版本带来最方便的编辑器解决方案,一个独立的基于WAI-ARIA 编辑器
详细改进内容:
新功能:
- Several accessibility enhancements:
- #4973 : The Style field in the Div Container dialog is now loading the styles defined in the default styleset used by the Styles toolbar combo.
修正的问题:
- #5049 : Form Field list command in JAWS incorrectly lists extra fields.
- #5008 : Lock/Unlock ratio buttons in the Image dialog was poorly designed in High Contrast mode.
- #3980 : All labels in dialogs now use <label> instead of <div>.
- #5213 : Reorganization of some entries in the language files to make it more consistent.
- #5199 : In IE, single row toolbars didn't have the bottom padding.