我正在尝试安装ibrowser for tinymce。这是配置文件:
$cfg['ilibs'] = array ( // image library path with slashes; absolute to root directory
array (
'value' => '/Content/articles/',
'text' => 'Site Pictures',
),
array (
'value' => '/Content/articles/',
'text' => 'Gallery',
),
);
tinyMce初始化的代码是:
mode: "textareas",
theme: "advanced",
plugins: "autolink,lists,spellchecker,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,ibrowser",
// Theme options
theme_advanced_buttons1: "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,styleselect,formatselect,fontselect,fontsizeselect",
theme_advanced_buttons2: "cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code,|,insertdate,inserttime,preview,|,forecolor,backcolor",
theme_advanced_buttons3: "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,emotions,iespell,media,advhr,|,print,|,ltr,rtl,|,fullscreen",
theme_advanced_buttons4: "ibrowser,|,insertlayer,moveforward,movebackward,absolute,|,styleprops,spellchecker,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,blockquote,pagebreak,|,insertfile,insertimage",
但是没有显示浏览器图标。我为所需的文件夹设置了正确的权限,什么都没有。为什么是这样?没有错误,其他一切都显示出来。
答案 0 :(得分:0)
问题是tinyMce的版本和iBrowser的版本不兼容。