nathancox / silverstripe-customhtmleditorfield

A couple of hacks to allow per-editor content styles and TinyMCE configurations in SilverStripe 3
16 stars 8 forks source link

CustomHtmlEditorFieldExtension::includeJS TinyMCE plugins #3

Closed nathancox closed 11 years ago

nathancox commented 12 years ago

We really just want it to be called once and include plugins from all configs. But where could we hook it that would call a method after all the getCMSFieldses?

And would that even work if other editors with other configs are loaded by AJAX?