tinymce_hammer
tinymce_hammer copied to clipboard
TinymceHammer.addEditor() should initialize tinyMCE if not already done
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.
I found another way to solve this problem in my app. But maybe this is a nice feature. So I leave this open. You can close it if you want.