
var editor;
KindEditor.ready(function (K) {
editor = K.create('textarea[name="content1"]', {
resizeType : 0,
afterChange : function () {
K('#tab6 .word_count2').html(this.count('text'));
}
});
});
editor.insertHtml('<strong>可以直接插入HTML标签!</strong>');




中级程序员
by: 杰杰 发表于:2018-10-25 10:33:46 顶(1) | 踩(0) 回复
不错
回复评论