-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a8ad746
commit f53e10d
Showing
6 changed files
with
75 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
layout: default | ||
title: Components | ||
parent: API | ||
nav_order: 2 | ||
--- | ||
|
||
# MJXGUI Components & Blocks | ||
|
||
1. TOC | ||
{:toc} | ||
|
||
# Base Component Class | ||
|
||
# One Block Components | ||
|
||
# Two Block Components | ||
|
||
# Three Block Components | ||
|
||
# Template Three Block Components | ||
|
||
# Trigonometric Two Block Components | ||
|
||
# Text Component | ||
|
||
# Symbol Component |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
layout: default | ||
title: API | ||
nav_order: 4 | ||
has_children: true | ||
--- | ||
|
||
# API |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
layout: default | ||
title: MJXGUI Instance | ||
parent: API | ||
nav_order: 1 | ||
--- | ||
|
||
# MJXGUI Instance API | ||
|
||
1. TOC | ||
{:toc} | ||
|
||
# Constructor | ||
|
||
## Writing A Success Callback | ||
|
||
## Options | ||
Currently, the following options are supported - | ||
|
||
| Option | Data Type | Default value | Description | | ||
|-----------------|-----------|---------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| `mathDelimiter` | String | `"$$"` | The math delimiter as configured when you load MathJax. Use the same delimiter you use for inserting equation blocks, not inline equations. Most commonly used block delimiter is "$$". | | ||
| `theme` | String | `undefined` | Pass theme as "dark" to render the MJXGUI widget in dark mode. Any other value will default to light mode. | | ||
|
||
# Attributes | ||
|
||
# Methods |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters