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

  • 相关阅读:
    《杜教筛》
    《洛谷P4213 【模板】杜教筛(Sum)》
    《洛谷P1829 [国家集训队]Crash的数字表格 / JZPTAB》
    《纸牌问题》
    《洛谷P2522 [HAOI2011]Problem b》
    使用urlretrieve下载图片
    scrapy初探
    爬豆瓣电影名
    直接插入排序
    Windows python 3 安装OpenCV
  • 原文地址:https://www.cnblogs.com/top5/p/1674117.html
Copyright © 2011-2022 走看看