Typical Editor Applet
A typical MathFlow SDK Editor applet call looks similar to the example shown below:
<applet archive="MFSimpleApplet.jar" codebase="lib" code="com.dessci.mathflow.sdk.editor.SimpleApplet" name="mySimpleApplet" width="690" height="200"> <param name="mathML" value="<math><mi>x</mi><mo>-</mo><mn>4</mn></math>" </applet>
The width and height can be set arbitrarily, but the natural width of the standard toolbar is 690px.
|