站长论坛

标题: dedecms 5.7文章编辑器附件上传图标不显示 [打印本页]

作者: tznktg    时间: 2014-1-24 17:16
标题: dedecms 5.7文章编辑器附件上传图标不显示
解决方法:打开include/ckeditor/plugins/addon/plugin.js

找到以下代码:

代码如下  

// Register the toolbar button.

editor.ui.addButton( ‘Addon’,

{

label : ‘附件’,

icon : ‘http://desdevcms.com/images/addon.gif’,

command : pluginName

});


将icon : ‘http://desdevcms.com/images/addon.gif’改为icon :  ‘/include/ckeditor/images/addon.gif’





欢迎光临 站长论坛 (https://tzlink.com/bbs/) Powered by Discuz! X3.2