editor1 = KindEditor.create('#Kcontent', {
uploadJson: '/admin/handler/dofiles.aspx?act=kindup',
allowFileManager : true,
resizeType: 1,
imageTabIndex: 1,
allowPreviewEmoticons: false,
items: [
'source', '|', 'undo', 'redo', '|', 'preview', 'print', 'template', 'code', 'cut', 'copy', 'paste',
'plainpaste', 'wordpaste', '|', 'justifyleft', 'justifycenter', 'justifyright',
'justifyfull', 'insertorderedlist', 'insertunorderedlist', 'indent', 'outdent', 'subscript',
'superscript', 'clearhtml', 'quickformat', 'selectall', '|', 'fullscreen', '/',
'formatblock', 'fontname', 'fontsize', '|', 'forecolor', 'hilitecolor', 'bold',
'italic', 'underline', 'strikethrough', 'lineheight', 'removeformat', '|', 'image', 'multiimage',
'table', 'hr', 'emoticons', 'baidumap', 'pagebreak',
'anchor', 'link', 'unlink', '|', 'about' ],
afterCreate: function () {
this.sync();
},
afterBlur: function () {
this.sync();
} //主要是这两个方法 });
这是我的配置,大家帮忙看看吧。