Hello all,
could anyone help me with this? I don't know how to use the ExtraEvents of tinymce plug with other plugins to extends the tinymce control.
I'm trying with
$this->enable_event('tinymce_before_init');
on my PluginInit method and implementing
function tinymce_before_init( & $params )
but it doesn't work.
Any help is appreciated.
Cheers,
Victor.
Thank you all, great community.