i have custom ckeditor Equation is plugin.
My file plugin.js in folder /clientscript/ckeplugins/equation
in hook editor_construct
Code:
$this->config['_extraPlugins'] .= ',equation';
in hook editor_toolbar_set
Code:
$this->config['toolbar'][] = array('Equation');
normal this plugin equation works well
when i installed MARCO1 Advanced Editor - Quick reply and Quick Edit With Full Editor , then my custom plugin equation only work in new thread. In quick reply, quick edit not show..
plz help me.