Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Can't acces editor instance by ID #343

Open
luisamor opened this issue Jul 18, 2017 · 2 comments
Open

Can't acces editor instance by ID #343

luisamor opened this issue Jul 18, 2017 · 2 comments

Comments

@luisamor
Copy link

luisamor commented Jul 18, 2017

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.

@maxenz
Copy link

maxenz commented Oct 20, 2017

+1

@edurevilla
Copy link

Hi, I have the same problem, could you solve it?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants