JavaScriptプログラムに関する各種メモ書き

JavaScript(jQuery)でリッチテキスト編集(wysiwyg)エディタ

JavaScript(jQuery)でリッチテキスト編集できるライブラリを探してみる。

■ cleditor(jQueryプラグイン)

http://premiumsoftware.net/cleditor/

■ jwysiwyg(jQueryプラグイン)

https://github.com/akzhan/jwysiwyg (ダウンロード)

http://akzhan.github.com/jwysiwyg/help/examples/ (デモ)

■ Yahoo! UI (おすすめ)

http://developer.yahoo.com/yui/editor/

http://developer.yahoo.com/yui/examples/editor/flickr_editor.html

■ open wysiwyg (Safari2×)

http://www.openwebware.com/products/openwysiwyg/demo.shtml

■ FCKeditor(Safari2×)

http://www.fckeditor.net/

■ TinyMCE(Safari2×)

http://tinymce.moxiecode.com/index.php


関連エントリー

No.589
04/28 12:46

edit

jQuery