Installation instructions: WIRIS plugin for TinyMCE1 Requirements
2 Copy filesUnzip the tinyMCE 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 Activate the WIRIS plugin for TinyMCE on your own platformYou must activate
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. tinyMCE.init({
...
wirisimagebgcolor: '#FFFFFF',
wirisimagesymbolcolor: '#000000',
wiristransparency: 'true',
wirisimagefontsize: '16',
wirisimagenumbercolor: '#000000',
wirisimageidentcolor: '#000000',
wirisformulaeditorlang: 'es'
});
7 Clean and backup your WIRIS plugin for TinyMCECheck this page. |