2

tinymceエディターをインストールしました... URLをコピーして貼り付けて画像を追加するか、メディアを追加することしかできません。リンクだけでなく、画像またはメディアのアップロードを有効にする必要があります。テキストエリアにこのコードを使用しました:

<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>
4

2 に答える 2

2

デフォルトでは、tinymce はクライアント コンピューターからサーバーへの画像やメディア機能のアップロードを提供しません。しかし、このすべての機能を提供する有料のプラグインがあります。ここに行きます。

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

于 2012-09-09T13:35:13.657 に答える
0

良い質問です。ASP.NET MVC プロジェクトはシンプルですが、設定は完全にセットアップされています。クロス ブラウザーで問題なく動作しました...,このオープン ソース プロジェクトを試してみてくださいhttp://tinymcefckfilemanger.codeplex.com/

于 2012-09-09T13:38:07.790 に答える