http://kindeditor.net/demo.php KindEditor HTML在线编辑器 v4.1.10 ★ 2014-1-7更新
http://down.admin5.com/qita/8893.html#link
http://60.172.246.21:86/code/201109/kindeditor_a5.zip
http://xheditor.com/demo xheditor
http://ueditor.baidu.com/website/ 百度的ueditor
http://www.bootcss.com/p/bootstrap-wysiwyg/ 为Bootstrap定制的微型富文本编辑器(很一般,太简)
kindEditor HTML编辑器的示例: 2016-6-3
<script src="http://kindeditor.net/ke4/kindeditor-all-min.js?t=20160331.js" type="text/javascript"></script> <script> KindEditor.ready(function(K) { K.create('#ke_demo', { allowFileManager : true }); }); </script> <div class="main"> <textarea id="ke_demo" name="content" rows="20" cols="100" style="width:95%;height:200px;visibility:hidden;"></textarea> </div>
..