ember.js - tinyMCE plugin with Ember -


i writing own tinymce plug-in needs access ember context, such service.

it seems tinymce loads plugins @ load time, before have chance intervene or override anything.

is there more elegant alternative exporting ember application global , accessing within plugin?

is feasible avoid tinymce's plugin loading architecture altogether , add own call tinymce.pluginmanager.add within ember code?

i solved problem writing ember service calls tinymce.pluginmanager.add @ initialization time.


Comments

Popular posts from this blog

c++ - list<myClass<int> * > sort -

SoapUI on windows 10 - high DPI/4K scaling issue -

java - why am i getting a "cannot resolve method" error on getApplication? -