two instances of tinymce mvc c#
问题 TinyMCE View Template <script src="@Url.Content("~/Scripts/tinymce/tiny_mce.js")" type="text/javascript"></script> <script type="text/javascript"> (function () { tinyMCE.init({ mode: "textareas", //elements: "engRichMCE,araRichMCE", elements: "@ViewData.TemplateInfo.GetFullHtmlFieldName(string.Empty)", theme: "simple", height: "300", width: "400", verify_html: false, theme_simple_resizing: true, content_css: "@Url.Content("~/Content/Site.css")", convert_urls: false }) })(); </script> @Html