I’m trying to set several forms in one page. Each has textarea with TinyMCE editor (from isicsWidgetFormTinyMCEPlugin). Unfortunately only the first textarea is decorated with the editor. All the remaining textareas are “bare”.
How to set isicsWidgetFormTinyMCEPlugin to match all my inputs?
Seems like you need to give each of your textareas a different id!
Tinymce uses the original textarea id to identify an editor. If more than one id is given to several textareas/html elments, only the first one gets initialized.