欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

国内最受欢迎的HTML编辑器

程序员文章站 2022-03-12 08:41:27
...
国内最受欢迎的HTML编辑器
            
    
    博客分类: jquery kindeditor编辑器 
kindeditor默认模式:
<textarea name="content" style="width:800px;height:400px;visibility:hidden;">KindEditor</textarea>


var editor; 
KindEditor.ready(function(K) { 
    editor = K.create('textarea[name="content"]', { 
        allowFileManager: true //true或false,true时显示浏览服务器图片功能。 
    }); 
});

kindeditor演示:http://www.sucaihuo.com/js/123.html