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
Post a Comment