主题: firefox和chrome可以将图片表格等拖入编辑器,怎么处理? | ||||
作者: change_bbs, 发布日期: 2011-08-30 09:12:42, 浏览数: 4514 | ||||
会弄的,教一下,谢谢!
KindEditor.ready(function(K) {
K.create('#content', {
resizeType : 1,
filterMode : true,
allowImageUpload : false,
allowFlashUpload : false,
allowMediaUpload : false,
allowFileManager : false,
cssPath : ['ke4/plugins/code/prettify.css', 'css/main.css'],
items : [
'source', '|', 'fullscreen', 'print', 'undo', 'redo', 'cut', 'copy', 'paste',
'plainpaste', 'wordpaste', '|', 'justifyleft', 'justifycenter', 'justifyright',
'justifyfull', 'insertorderedlist', 'insertunorderedlist', 'indent', 'outdent', 'subscript',
'superscript', '|', 'code', '/',
'formatblock', 'fontname', 'fontsize', '|', 'forecolor', 'hilitecolor', 'bold',
'italic', 'underline', 'strikethrough', 'removeformat', 'selectall', '|', 'image',
'flash', 'media', 'table', 'hr', 'emoticons', 'link', 'unlink', '|', 'about'
]
});
});
|
||||
作者: Roddy, 发布日期: 2011-08-30 13:01:52 |
这是浏览器自带功能。
|
回复 |