Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tvdeyen opened this issue Mar 21, 2011 · 1 comment
Open

Comments

@tvdeyen
Copy link

tvdeyen commented Mar 21, 2011

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
Copy link
Author

tvdeyen commented Mar 21, 2011

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant