日期:2014-05-16  浏览次数:20336 次

KindEditor4.1.7中 删除控件 问题
本帖最后由 u010331761 于 2013-08-08 20:15:44 编辑

如何把这个“网络图片”删除而保留本地上传
控件 KindEditor Web前端

------解决方案--------------------
在kindeditor.js文件中有这么一行,

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',
'flash', 'media', 'insertfile', 'table', 'hr', 'emoticons', 'baidumap', 'pagebreak',
'anchor', 'link', 'unlink', '
------解决方案--------------------
', 'about'
],

有对应的属性,具体你看看,以前我改过一次,后来就用FCK了,记不太清