WYSIWYG editor (WYSIWYG:What You See Is What You Get). They are most used in BBS, Blog and CMS. With WYSIWYG editor, you can edit articles on web just like in MS Word.
Here are some famous Javascript HTML WYSIWYG editor. And they are all free and Multiple browser support(MS IE, Mozilla, Firefox)
WYSIWYG 编辑器 (WYSIWYG:所见即所得)。这种编辑器现在广泛应用在BBS,Blog和CMS系统中。使用这种编辑器,用户可以在web浏览器中方便的编辑文章,就像是使用微软的Word一样。而且有些强大的编辑器,已经可以称作为web版的Deavweaver了。
这里是一些目前比较有名的WYSIWYG 编辑器。他们都是免费的而且对多浏览器都支持良好(MS IE,Mozilla,Firefox)
htmlArea:
http://www.htmlarea.com/FCKeditor:
http://www.fckeditor.net/ (DEMO)Spaw:
http://www.solmetra.com/ (DEMO)TinyMCE:
http://tinymce.moxiecode.com/ (DEMO)Kevin Roth's Cross-Browser Rich Text Editor:
http://www.kevinroth.com/ (DEMO)个人认为,FCKeditor和TinyMCE非常好。功能强大而且方便易用。
htmlArea在各界使用比较广泛,代码还算比较简单,改起来比较好懂。对他的代码切换、插入多媒体等功能做了优化,增加了代码过滤功能。但是个别功能对Firefox支持不是很好。而且郁闷的是,现在到3.0版本就不再更新了。
FCKeditor好像在一些php系统中应用比较多。
TinyMCE界面看起来更舒服些,wordpress用的是TinyMCE的简化版。