Hi all,<br>I want to integrate CKeditor&#39;s plugin CodeCogs Equation Editor (<a href="http://ckeditor.com/addon/equation">http://ckeditor.com/addon/equation</a>) in CKeditor so I can insert mathematical equations. <br>I tried to setup by following that link. but I could not get equation button in toolbar<br>
<br>I tried with <a href="http://www.codecogs.com/latex/integration/ckeditor_v3/install.php">http://www.codecogs.com/latex/integration/ckeditor_v3/install.php</a> too<br><br>if anyone of you have set up it then please give me clean steps<br>
thanks in advance :)<br><br>what I did is ...<br>I downloaded the plugin from <a href="http://www.codecogs.com/latex/integration/ckeditor_v3/install.php">http://www.codecogs.com/latex/integration/ckeditor_v3/install.php</a><br>
extracted it to /var/www/drupal/sites/all/libraries/ckeditor/plugins<br>so it look like /var/www/drupal/sites/all/libraries/ckeditor/plugins/equation/<br><br>then i added the one line to config.js so now its looking as<br>
CKEDITOR.editorConfig = function( config )<br>{<br>        // Define changes to default configuration here. For example:<br>        // config.language = &#39;fr&#39;;<br>        // config.uiColor = &#39;#AADC6E&#39;;<br>        config.extraPlugins = &#39;equation&#39;;<br>
};<br><br>please tell where i am wrong or I i have missed ?<br>