multiple tinymce textareas
问题 I use tinymce for a webpage that dynamically generates at least 5 texts. The configuration I use only works on the first textarea unfortunately. tinyMCE.init({ height : "300", mode : "exact", elements : "content", theme : "simple", editor_selector : "mceEditor", ... <textarea class="mceEditor" name="content" rows="15" cols="40">content</textarea> What's the configuration to enable tinymce editing in all textarea 's. 回答1: If you're using "exact" mode you'll need to specify the ids of the