Installation instructions: WIRIS plugin for FCKeditor
1 Requirements
2 Copy filesUnzip the FCKeditor WIRIS Plugin and copy the 2.1 For PHP servers
2.2 For ASP.NET servers
2.3 For ASP servers
2.4 As Java servlet
3 Configure3.1 On PHP, ASP.NET and ASP integrationsEdit 3.2 On Java integrationEdit It is essential to establish the value of the parameters 4 Include WIRIS plugin for FCKeditor on your own platformYou must include 4.1 Adding the plugin to the plugin listSearch the line: FCKConfig.PluginsPath = FCKConfig.BasePath + 'plugins/' ; Then, add after this line the code below: FCKConfig.Plugins.Add('fckeditor_wiris');
The result should look like this: FCKConfig.PluginsPath = FCKConfig.BasePath + 'plugins/' ;
FCKConfig.Plugins.Add('fckeditor_wiris');
4.2 Adding WIRIS buttons on FCKeditor toolbarSearch the line: FCKConfig.ToolbarSets["Default"] = [ There is the toolbar configuration. You should add 5 Check that the plugin works correctlyIn order to check if the plugin is installed correctly, there is a page that makes some tests on your server. Open this link to see where is your test page. 6 Custom WIRIS propertiesThe parameters used when creating formulas (font color, background color, transparency...) are defined in the configuration.ini file. However, it is possible, in specific cases, that these values must be overriden at runtime or that there must be two editors with different configurations running at once. var editorWithBlackBackground = new FCKeditor('blackBackground');
// WIRIS properties
editorExample.Config['wirisimagebgcolor'] = '#FFFFFF';
editorExample.Config['wirisimagesymbolcolor'] = '#000000';
editorExample.Config['wiristransparency'] = 'true';
editorExample.Config['wirisimagefontsize'] = '16';
editorExample.Config['wirisimagenumbercolor'] = '#000000';
editorExample.Config['wirisimageidentcolor'] = '#000000';
editorExample.Config['wirisformulaeditorlang'] = 'es';
7 Clean and backup your WIRIS plugin for FCKeditorCheck this page. |
