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
My problem is, that I add tinymce textareas dynamically to the page. Sometimes the page does not contains any tinymce textareas at all while page load. So the init script never got called. I use TinymceHammer.addEditor to add an editor to my textarea after appending it to the page. So it would be very nice if the addEditor function would check if the init script was called once and if not it calls it. I will try to fix this in my fork.
The text was updated successfully, but these errors were encountered:
My problem is, that I add tinymce textareas dynamically to the page. Sometimes the page does not contains any tinymce textareas at all while page load. So the init script never got called. I use TinymceHammer.addEditor to add an editor to my textarea after appending it to the page. So it would be very nice if the addEditor function would check if the init script was called once and if not it calls it. I will try to fix this in my fork.
The text was updated successfully, but these errors were encountered: