I'm trying to add equation editor to ck editor 4.3
Here is my config files:
Toolbar buttons:
['Bold','Italic','Underline','Strike'],
['Font','FontSize'],
['TextColor','BGColor'],
['Link','Unlink'],
'/',
['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
['NumberedList','BulletedList','-','Outdent','Indent','Blockquote'],
['Image','Flash','Table','HorizontalRule','Smiley','SpecialChar'],
['RemoveFormat', 'Maximize','eqneditor']
Other configuration :
extraPlugins:'eqneditor',
toolbarCanCollapse:false,
removePlugins:'elementspath',
resize_enabled:false,
autogrow:false,
entities:false,
extraPlugins:'savebtn',
saveSubmitURL:'http://math.7khatcode.com//qa-plugin/ckeditor4/qa-ckeditor4-ajax.php'
But the button of editor does not show up .
what 's wrong ?!