现在的位置: 首页 > 综合 > 正文

可视化Web编辑器CKEditor 3.2 发布

2012年07月21日 ⁄ 综合 ⁄ 共 1329字 ⁄ 字号 评论关闭

CKEditor是新一代的FCKeditor,是一个重新开发的版本。CKEditor是全球最优秀的网页在线文字编辑器之一,因其惊人的性能与可扩展性而广泛的被运用于各大网站。

可配合使用的扩展有 文件管理器CKFinder

可视化Web编辑器CKEditor 3.2 发布

在线演示:http://ckeditor.com/demo

可视化Web编辑器CKEditor 3.2 发布

使用方法:

<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">&lt;p&gt;Initial value.&lt;/p&gt;</textarea>
<script type="text/javascript">CKEDITOR.replace( 'editor1' );</script>
</p>
<p>
<input type="submit" />
</p>
</form>
</body>
</html>



这是 CKEditor 一个非常重要的版本,该版本带来最方便的编辑器解决方案,一个独立的基于WAI-ARIA 编辑器

详细改进内容:

新功能:

  • Several accessibility enhancements:
    • #4502 : The editor accessibility is now totally based on WAI-ARIA.
    • #5015 : Adding accessibility help dialog plugin.
    • #5014 : Keyboard navigation compliance with screen reader suggested keys.
    • #4595 : Better accessibility in the Templates dialog.
    • #3389 : Esc/Arrow Key now works for closing sub menu.
  • #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.

下载地址:http://ckeditor.com/download

抱歉!评论已关闭.