TinyMCE是一個輕量級的基於瀏覽器的所見即所得編輯器,支持目前流行的各種瀏覽器,採用JavaScript/ECMAScript開發,主要特性包括主題/模板支持,多語言支持(包括簡體中文),支援透過插件的方式進行擴充。功能配置靈活簡單(兩行程式碼就可以將編輯器嵌入網頁中),支援AJAX。另一個特點是載入速度非常快,如果你的伺服器採用的腳本語言是PHP,那還可以進一步優化。最重要的是,TinyMCE是一個根據LGPL license發布的自由軟體,你可以把它用於商業應用。
TinyMCE v3.5.1.1 changelog:
Added new onBeforeAdd event to UndoManager patch contributed by Dan Rumney.
Added support for overriding the theme rendering logic by using a custom function.
Fixed bug where links wasn t automatically created by the autolink plugin on old IE versions when pressing enter in BR mode.
Fixed bug where enter on older IE versions wouldn t produce a new paragraph if the previous sibling paragraph was empty.
Fixed bug where toString on a faked DOM range on older IE versions wouldn t return a proper string.
Fixed bug where named anchors wouldn t work properly when schema was set to HTML5.
Fixed bug where HTML5 datalist options wasn t correctly parsed or indented.
Fixed bug where linking would add anchors around block elements when the HTML5 schema was used.
Fixed issue where the autolink plugin wouldn t properly handle mailto:[email protected].
Optimized initialization and reduced rendering flicker by hiding the target element while initializing.