Open luisamor opened 7 years ago
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.
tinyMCE.get('introduction')
If try to read all the instances, tinyMCE.get() returns dinamic IDs, for example:
tinyMCE.get()
{ 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.
+1
Hi, I have the same problem, could you solve it?
Hi,
I Have many instances of TinyMCE in the same view. When I try to get by ID, for example:
If I execute:
tinyMCE.get('introduction')
returns null.If try to read all the instances,
tinyMCE.get()
returns dinamic IDs, for example:¿Can I define a static ID for editor management? ¿How can I get a editor instance?
Thank you.