How to Set multiple tinymce editors and multiple tinymce editors on the same page
How to Set multiple tinymce editors on the same page
This example shows how to setup multiple editors on the same page and with different configs.
It is used in multi-function text boxes. Previously, only one tinymce editor can be used on the same page. Baidu and Google have no results. Therefore, we can sort out the code for your reference:
<script type="text/javascript" src="./tiny_mce/tiny_mce.js"></script><script type="text/javascript">tinyMCE.init({ mode : "textareas", theme : "simple", editor_selector : "mceSimple"});tinyMCE.init({ mode : "textareas", theme : "advanced", editor_selector : "mceAdvanced"});</script><form method="post" action="websites_somepage"> <textarea name="content1" class="mceSimple" style="width:100%"> </textarea> <textarea name="content2" class="mceAdvanced" style="width:100%"> </textarea></form>
:
TinyMCE attachment download: http://pan.baidu.com/s/1qWEykX2
Thank you for following the websites blog!
TinyMce editor Problems
TinyMCE has. net version. For details, refer to the official website tinymce.moxiecode.com/download.php.
How does tinymce online editor dynamically update content?
Tinymce online editor must be used in IE. Firefox and Google have interception tools, so tinymce online editor cannot run normally.