This repository was archived by the owner on Sep 8, 2020. It is now read-only.
Can't acces editor instance by ID #343
Open
Description
Hi,
I Have many instances of TinyMCE in the same view. When I try to get by ID, for example:
<textarea ui-tinymce="tinyMceOptions" name="introduction" ng-model="offer.introduction" class="wysiwyg-editor"></textarea>
If I execute: tinyMCE.get('introduction')
returns null.
If try to read all the instances, tinyMCE.get()
returns dinamic IDs, for example:
{
0:B,
1:B,
2:B,
3:B,
4:B,
ui-tinymce-1500378570765:B,
ui-tinymce-1500378570769:B,
ui-tinymce-1500378570772:B,
ui-tinymce-1500378570774:B,
ui-tinymce-1500378570776:B
}
¿Can I define a static ID for editor management? ¿How can I get a editor instance?
Thank you.
Metadata
Metadata
Assignees
Labels
No labels