2012-03-29 6 views
1

Я пытаюсь установить ibrowser для tinymce. Вот конфигурационный файл:Установка Ibrowser - значок не отображается

$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

Проблема в том, что версия tinyMce и версия iBrowser несовместимы.

Смежные вопросы