2012-03-29 3 views
1

tinymce 용 ibrowser를 설치하려고합니다.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의 버전이 호환되지 않는 것이 문제였습니다.

관련 문제