Froala services
The following instructions allows to customizate MathType Web Integration services Froala.
Install instructions
Java
To install the Java services follow the steps below:
- Download the MathType Web Integration Services - Java package.
- Deploy the pluginwiris_engine war file.
- Add the following attribute to Froala options:
$('#example').froalaEditor({ mathTypeParameters : { serviceProviderProperties : { URI : '/pluginwiris_engine/app/configurationjs', server : 'java' } } }
PHP
To install the PHP services follow the steps below:
- Download the MathType Web Integration Services - PHP package.
- Copy the generic_wiris/integration folder into your project. For this example we are assuming that the services are located at DOCUMENT_ROOT/php-services/
- Add the following attribute to Froala options:
$('#example').froalaEditor({ mathTypeParameters : { serviceProviderProperties : { URI : 'http://localhost/php-services/integration', server : 'php' } } }
.NET
To install the PHP services follow the steps below:
- Download the MathType Web Integration Services - Aspx package.
- Copy the generic_wiris/integration folder into your project. For this example we are assuming that the services are located at DOCUMENT_ROOT/aspx-services/
- Add the following attribute to Froala options:
$('#example').froalaEditor({ mathTypeParameters : { serviceProviderProperties : { URI : 'http://localhost/aspx-services/integration', server : 'aspx' } } }
Ruby on Rails
To install the Ruby on Rails services follow the steps below:
- Download the MathType Web Integration Services - Ruby on Rails package.
- Instal the wirispluginengine.gem gem.
gem install -l wirispluginengine.gem
- Add the following attribute to Froala options:
$('#example').froalaEditor({ mathTypeParameters : { serviceProviderProperties : { URI : '/wirispluginengine/integrationn', server : 'ruby' } } }