2012-09-09 98 views
2

我已經安裝了tinymce編輯器... 我只能添加圖像或添加媒體從複製和粘貼一些網址,我需要啓用上傳圖像或媒體...而不是隻有一個鏈接,請任何幫助? 我已經使用這個代碼爲我的文字區域:Tinymce編輯器啓用圖像上傳和媒體上傳

<script type="text/javascript"> 
        tinyMCE.init({ 
          theme : "advanced", 
          mode : "specific_textareas", 
          editor_selector : "page_content", 
          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", 
          theme_advanced_buttons1 : "save,newdocument,|,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 : "insertlayer,moveforward,movebackward,absolute,|,styleprops,spellchecker,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,blockquote,pagebreak,|,insertfile,insertimage", 
          theme_advanced_toolbar_location : "top", 
          theme_advanced_toolbar_align : "left", 
          theme_advanced_statusbar_location : "bottom", 
          theme_advanced_resizing : true, 
        }); 
        </script> 

回答

2

默認情況下TinyMCE的不提供上傳來自客戶端的計算機圖像或媒體設備到服務器。但是有一個支付的插件會給你所有這些設施。在這裏。

http://www.tinymce.com/enterprise/mcimagemanager.php

+0

的男人,如果我購買插件...我可以在每個tinymce編輯器中使用它嗎...例如,如果我有5個網站和5次安裝的tinymce編輯器? – michael

+0

是的..如果你在同一個域上使用tinymce。不管你多少次啓動它。 – Ashirvad

+0

nope ...我有5個不同的域 – michael

0

好Q,ASP.NET MVC的項目既簡單又和設置完全setup.No問題工作的跨瀏覽器...,試試這個開源項目http://tinymcefckfilemanger.codeplex.com/

+0

如果你優化其他語言,但4-5語言(Ruby,PHP的,python,..)。它的圖片上傳器設置使用CKEditor編輯器。 – Elyor

+0

aha!.. nope我只是喜歡使用tinymce編輯器 – michael

+0

我很好!,請在腳本文件夾中嘗試http://tinymcefckfilemanger.codeplex.com/下載項目複製您的項目2文件夾和1個文件,CKEditor&Tiny編輯器和管理器腳本文件。 – Elyor