Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
Feng Forum
»
Support
»
How To's
»
WIRIS plugin in CKeditor
« previous
next »
Print
Pages: [
1
]
Author
Topic: WIRIS plugin in CKeditor (Read 7330 times)
prokoschnov
Newbie
Posts: 3
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.
Logged
wirismath
Newbie
Posts: 1
Re: WIRIS plugin in CKeditor
«
Reply #1 on:
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
Logged
Print
Pages: [
1
]
« previous
next »
Feng Forum
»
Support
»
How To's
»
WIRIS plugin in CKeditor
anything