Forum Discussion
PaoloT
12 years agoLithium Alumni (Retired)
Hi PerBonomi
I haven't tried myself - but I think TinyMCE has also a "init" event that you need to observe before executing extra logic, to ensure your custom script runs when the editor is fully initalized.
Thanks,
Sign in to react to this post
nathan
12 years agoExecutive
Good point PaoloT
The documentation for the init event is here:
http://www.tinymce.com/wiki.php/API3:event.tinymce.Editor.onInit
Sign in to react to this post
- PaoloT12 years agoLithium Alumni (Retired)
Just a word of caution, the documentation linked above is for TinyMCE 3.x , but we recently upgraded to 4.x so it may differ between communities etc ...
Sign in to react to this post- PerBonomi12 years agoBoss
Can I run tinymce code like that?
Sign in to react to this post