tinymce_hammer icon indicating copy to clipboard operation
tinymce_hammer copied to clipboard

TinymceHammer.addEditor() should initialize tinyMCE if not already done

Open tvdeyen opened this issue 13 years ago • 1 comments

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.

tvdeyen avatar Mar 21 '11 16:03 tvdeyen

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.

tvdeyen avatar Mar 21 '11 16:03 tvdeyen