Description:
Drupal - CKEditor Integration

This plugin allow you to open a math editor, to create equations and insert the image of the equation in your web pages.
The editor have more than 20.000 symbols and 4 themes.
CKEditor Theme
Details and downloads on http://www.fmath.info/editor/
ATENTION !!! - The plugin generate an image and insert that image in CKEditor.
For that you need to have a server side code;
The settings and documentation you can find at http://www.fmath.info/editor/ , in the menu: Settings to generate the image
Steps to integrate the plugin in CKEditor distribution:
- Download CKEditor version 3.6.1 and integrate in your site;
- Download the plugin for CKEditor from download area (http://www.fmath.info/editor/) and unzip the package;
- Copy the folder fmath_formula to plugins folder;
- Change config.js to add the plugin:
CKEDITOR.plugins.addExternal('fmath_formula', 'plugins/fmath_formula/', 'plugin.js'); CKEDITOR.editorConfig = function( config ) { // Declare the additional plugin config.extraPlugins = 'fmath_formula'; // Add the button to toolbar config.toolbar = [ ['Templates', 'Styles','Format','Font','FontSize','TextColor','BGColor','Maximize','Image'], ['Source'], ['Bold','Italic','Underline','Strike','-','Subscript','Superscript','-','fmath_formula'], ['Table','HorizontalRule'], ['NumberedList','BulletedList','-','Outdent','Indent','Blockquote'] ] };
- To generate the image you need to change the file fmath_formula/dialogs/configMathMLEditor.xml
- Add or change the property urlGenerateImage with your server name.
<property id="urlGenerateImage">http://yourserver/capture/imageCapture.jsp</property>
- Have been tested with:
- version 3.5.2;
- version 3.6.1
- Download an working version from http://www.fmath.info/editor/
- The list of bugs and new features http://code.google.com/p/mathmlformula/issues/list
- Blog:http://mathmlflash.blogspot.com/
Drupal - CKEditor Integration
- The Licence for all packages: Apache 2.0
Thank you
Where can i find CKEditor
Where can i find CKEditor version 3.6.1???
imageCapture.jsp
where can i find
imageCapture.jsp