You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
Uh oh!
There was an error while loading. Please reload this page.
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.
The text was updated successfully, but these errors were encountered: