-
MathType
-
WirisQuizzes
-
Nubric
-
CalcMe
-
MathPlayer
-
Store FAQ
-
MathFlow
-
BF FAQ
-
Miscellaneous
-
Wiris Integrations
JavaScript GUI API reference
Reading time: 1minGateway to the official JavaScript API reference for the MathType editor.
Summary
The JavaScript GUI API provides classes and methods for embedding, initializing, customizing, and interacting with both the MathType editor and MathType Hand in web applications. Use this reference when you need low-level control over the editor beyond the configuration options documented in this guide.
Availability
| Resource | Description |
|---|---|
| Official WIRIS documentation | JavaScript API reference for the MathType editor, maintained by WIRIS. |
Contents
The reference includes:
- JavaScript classes and methods.
- Editor initialization APIs.
- Editor lifecycle management.
- Hand event listeners.
- Runtime configuration.
- Editor events and callbacks.
- Low-level customization options.
The reference also documents the APIs used to manage handwriting strokes, including retrieving and restoring handwritten input together with the recognized MathML.
Compatibility
The JavaScript GUI API is intended primarily for self-hosted deployments. To ensure backward compatibility, use the documented configuration options whenever possible and rely on the JavaScript API only when advanced customization is required.
Access the reference
The complete JavaScript GUI API reference is available in the official WIRIS documentation:
Go to JavaScript GUI API reference