TinyMCE 4.2.2 發布,可視化 HTML 編輯器
TinyMCE 4.2.2 發布,該分支版本修復了多個 bug :
-
Fixed bug where float panels were not being hidden on inline editor blur when fixed_toolbar_container config option was in use.
-
Fixed bug where combobox states wasn't properly updated if contents where updated without keyboard.
-
Fixed bug where pasting into textbox or combobox would move the caret to the end of text.
-
Fixed bug where removal of bogus span elements before block elements would remove whitespace between
nodes.
-
Fixed bug where repositioning of inline toolbars where async and producing errors if the editor was removed
from DOM to early. Patch by iseulde.
-
Fixed bug where element path wasn't working correctly. Patch contributed by iseulde.
-
Fixed bug where menus wasn't rendered correctly when custom images where added to a menu. Patch contributed by Naim Hammadi.
詳情請看:發行說明
下載地址:download
TinyMCE是一個輕量級的基于瀏覽器的所見即所得編輯器,支持目前流行的各種瀏覽器,由JavaScript寫成。功能配置靈活簡單(兩行代碼就可以 將編輯器嵌入網頁中),支持AJAX。另一特點是加載速度非常快,如果你的服務器采用的腳本語言是 PHP,那還可以進一步優化。最重要的是,TinyMCE是一個根據LGPL license發布的自由軟件,你可以把它用于商業應用。