KindEditor.ready(function(K) {
editor1 = K.create('textarea[name="sponsor"]', {
resizeType : 1,
allowPreviewEmoticons : false,

allowImageUpload : true,
uploadJson : 'upload.php',

afterCreate : function() { this.sync(); }, //关键是这两个
afterBlur: function(){this.sync();},//关键是这两个
items : [
'fontname', 'fontsize', '|', 'forecolor', 'hilitecolor', 'bold', 'italic', 'underline',
'removeformat', '|', 'justifyleft', 'justifycenter', 'justifyright', 'insertorderedlist',
'insertunorderedlist', '|', 'link']
});
});

posted on 2015-01-07 21:37  ヽ坚强的蘑菇  阅读(744)  评论(0编辑  收藏  举报