你的心如利箭 在风中笔直的飞翔
github DNS ALEXA CDN
jquery JS CSS CSS3 HTML5 svg php --- isux w3cplus

21270

  博客园  :: 首页  ::  ::  ::  :: 管理

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>

 

 

 

..

posted on 2014-09-15 10:18  bjhhh  阅读(200)  评论(0编辑  收藏  举报