-
MathType
-
Wiris Quizzes
-
Learning Lemur
-
CalcMe
-
MathPlayer
-
Store FAQ
-
VPAT for the electronic documentation
-
MathFlow
-
BF FAQ
Editor parameters
Reading time: 1minFor a MathType integration, it is possible to set the editor's GUI parameters. Parameters may be set in two different ways:
1. Via JavaScript in the HTML editor initialization. For example, changing the editor language:
… mathTypeParameters: { editorParameters: { language: 'de' } } …
2. Via configuration.ini
. For example, changing the editor language:
wiriseditorparameters = {"language": "de"}
Important considerations:
- The examples above use the language. By default, the MathType editor inherits the language of the HTML editor where it is integrated. Using (1) or (2) overwrites the default.
- Parameters affecting the formula rendering (Style section in the editor's variable configuration table) can only be set using (2).
- Parameters using (1) overwrite those configured using (2).