首页 > KindEditor自动加载自定义插件

KindEditor自动加载自定义插件

KindEditor.ready(function(K){
  window.editor = K.create('#editors',{
    items:['forecolor', 'hilitecolor', 'bold', 'italic', 'underline', 'fontsize','|', 'justifyleft', 'justifycenter', 'justifyright', '|', 'emoticons','nodeimagepub'],
    cssData:".ke-content{color:#999;font-size:14px;}.ke-content img{max-width: 670px;}",
    htmlTags:htmltag
  });
  editor.loadPlugin('nodeimagepub');
});

我在ready中loading了nodeimagepub插件在点击nodeimagepub时会执行两次nodeimagepub中的方法求解决

【热门文章】
【热门文章】