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 has been archived by the owner on Sep 8, 2020. It is now read-only.
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: