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 -

c - Defining floating point constants, how many digits are useful? -

C# Apple Bonjour - how to monitor service records within Windows -