I use the TinyMCE jQuery plugin to assign TinyMCE to an input field (on document ready). Now, I wrote a plugin for TinyMCE and want to load it. The problem is, since the jQuery plugin loads the TinyMCE js file only when it's required, I can't just include my plugin js file since the "tinymce" object isn't loaded at this point. How can I load my plugin at the right time?
1 Answer
Found it: There is a configuration option called external_plugins
https://www.tiny.cloud/docs/configure/integration-and-setup/#external_plugins
1 Comment
Ricardo Seromenho
Just to update link: tinymce.com/docs/configure/integration-and-setup/…