Description:
CKEditor Theme

http://www.fmath.info/editor/
ATENTION !!!
http://www.fmath.info/editor/Settings to generate the image
Steps to integrate the plugin in CKEditor distribution:
Drupal - CKEditor Integration

CKEditor Theme

http://www.fmath.info/editor/
ATENTION !!!
http://www.fmath.info/editor/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

Where can i find CKEditor
Where can i find CKEditor version 3.6.1???
imageCapture.jsp
where can i find
imageCapture.jsp