在线 HTML 编辑器,TinyMCE 4.1.3 发布

jopen 10年前

TinyMCE 4.1.3 发布,此版本修复了各种 bug ,添加了一些小的特性,更多内容请查看 changelog:

Version 4.1.3 (2014-07-29)
    Added event binding logic to tinymce.util.
    Fixed bug where drag events wasn't fireing properly on older IE versions since the event handlers where bound to document.
    Fixed bug where drag/dropping contents within the editor on IE would force the contents into plain text mode even if it was internal content.
    Fixed bug where IE 7 wouldn't open menus properly due to a resize bug in the browser auto closing them immediately.
    Fixed bug where the DOMUtils getPos logic wouldn't produce a valid coordinate inside the body if the body was positioned non static.
    Fixed bug where the element path and format state wasn't properly updated if you had the wordcount plugin enabled.
    Fixed bug where a comment at the beginning of source would produce an exception in the formatter logic.
    Fixed bug where setAttrib/getAttrib on null would throw exception together with any hooked attributes like style.
    Fixed bug where table sizes wasn't properly retained when copy/pasting on WebKit/Blink.
    Fixed bug where WebKit/Blink would produce colors in RGB format instead of the forced HEX format when deleting contents.
    Fixed bug where the width attribute wasn't updated on tables if you changed the size inside the table dialog.
    Fixed bug where control selection wasn't properly handled when the caret was placed directly after an image.
    Fixed bug where selecting the contents of table cells using the selection.select method wouldn't place the caret properly.
    Fixed bug where the selection state for images wasn't removed when placing the caret right after an image on WebKit/Blink.
    Fixed bug where all events wasn't properly unbound when and editor instance was removed or destroyed by some external innerHTML call.
    Fixed bug where it wasn't possible or very hard to select images on iOS when the onscreen keyboard was visible.
    Fixed so auto_focus can take a boolean argument this will auto focus the last initialized editor might be useful for single inits.
    Fixed so word auto detect lists logic works better for faked lists that doesn't have specific markup.
    Fixed so nodeChange gets fired on mouseup as it used to before 4.1.1 we optimized that event to fire less often.
    Removed the finish menu item from spellchecker menu since it's redundant you can stop spellchecking by toggling menu item or button.

TinyMCE是 一个开源,纯JavaScript HTML WYSIWYG编辑器。它能够把HTML TEXTAREA或其它HTML标签转换成Rich编辑器。TinyMCE非常易于集成到其它内容管理系统中。可以通过外观/主题和插件来定制满足自己需 求的编辑器。提供汉化语言包。多浏览器支持:Mozilla、MSIE、FireFox、Opera和Safari。此外你还可以很方便地使用Ajax来 保存和加载内容。

主要特性包括主题/模板支持,多语言支持(包括简体中文),支持通过插件的方式进行扩展。功能配置灵活简单(两行代码就可以将编辑器嵌入网页中), 支持 AJAX。另一特点是加载速度非常快,如果你的服务器采用的脚本语言是 PHP,那还可以进一步优化。最重要的是,TinyMCE是一个根据LGPL license发布的自由软件,你可以把它用于商业应用。

TinyMCE 4.0.12 发布, WYSIWYG HTML 编辑器