Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - prokoschnov

Pages: [1]
1
How To's / WIRIS plugin in CKeditor
« on: 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 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

Pages: [1]