Feng Forum

Support => How To's => : prokoschnov August 24, 2010, 01:33:39 PM

: WIRIS plugin in CKeditor
: prokoschnov August 24, 2010, 01:33:39 PM
Hi everyone.

I try to install the wiris editor plugin in CKeditor. I did everything that is described here : http://www.wiris.com/documents/plugin-CKEditor.html (http://www.wiris.com/documents/plugin-CKEditor.html) but i can't get the proper buttons to use it when i edit documents.

here is the config.js content :

/*
Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

CKEDITOR.editorConfig = function( config )
{
   // Define changes to default configuration here. For example:
   // config.language = 'fr';
   // config.uiColor = '#AADC6E';
   //config.skin = 'office2003';
   // Add WIRIS to the plugin list
config.extraPlugins += (config.extraPlugins.length == 0 ? '' : ',') + 'ckeditor_wiris';                     
// Add WIRIS buttons to the "Full toolbar"
// Optionally, you can remove the following line and follow http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Toolbar
config.toolbar_Full.push(['ckeditor_wiris_formulaEditor', 'ckeditor_wiris_CAS']);
};


Thank you for your help.

:D
: Re: WIRIS plugin in CKeditor
: wirismath April 29, 2015, 12:47:09 AM
We find this old contribution about WIRIS MATH plugin for Ckeditor.
If you are reading the documentation and need more help you can contact our Support team at support _ at_  wiris.com