zoukankan      html  css  js  c++  java
  • 可视化Web编辑器CKEditor 3.2 发布

    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

  • 相关阅读:
    AC自动机 [模板]
    ChonSu [ZOJ 2684]
    Quad Tiling [POJ 3420]
    LCA 最近公共祖先 [POJ 1330]
    强连通分量[trajan]
    高斯消元 [模板]
    01K Code [HDU 1545]
    Cycle Game [ZOJ 2686]
    清除Eclipse中的内置浏览器中的历史记录(REF)
    第三方的 NET 数据库连接提供者,Lightswitch
  • 原文地址:https://www.cnblogs.com/top5/p/1674117.html
Copyright © 2011-2022 走看看