There are various parameters that can be set inside the <APPLET> tag, to change particular options of the applet.
</p>
<fontsize=3>
<b>Language</b>
</font>
<p>
<strong>
<fontcolor=#800080><param</font>
name=
</strong>
<fontcolor=#0000ff>language</font>
<strong>
value=
</strong>
<fontcolor=#0000ff>"en"</font>
<strong>
<fontcolor=#800080>></font>
</strong>
<br>
The value is the name of the XML file, so this example refers to language file en.xml in the \lang folder. If the parameter is not used the default value is "en".
</p>
<fontsize=3>
<b>Output Format</b>
</font>
<p>
<strong>
<fontcolor=#800080><param</font>
name=
</strong>
<fontcolor=#0000ff>outputFormat</font>
<strong>
value=
</strong>
<fontcolor=#0000ff>"MathML"</font>
<strong>
<fontcolor=#800080>></font>
</strong>
<br>
The value is the name of the XML file, so this example refers to output format file MathML.xml in the \formats folder. The purpose of setting this is to have the default format to use automatically set when the software loads.
</p>
<fontsize=3>
<b>Open applet with an expression</b>
</font>
<p>
<strong>
<fontcolor=#800080><param</font>
name=
</strong>
<fontcolor=#0000ff>openWithExpression</font>
<strong>
value=
</strong>
<fontcolor=#0000ff>"sin(1+x)"</font>
<strong>
<fontcolor=#800080>></font>
</strong>
<br>
The value can be any expression you would like the applet to be opened with. The Maxima example on the DragMath website gives an example of this being used.
</p>
<fontsize=3>
<b>Hide the menu</b>
</font>
<p>
<strong>
<fontcolor=#800080><param</font>
name=
</strong>
<fontcolor=#0000ff>hideMenu</font>
<strong>
value=
</strong>
<fontcolor=#0000ff>"true"</font>
<strong>
<fontcolor=#800080>></font>
</strong>
<br>
By default the drop-down menus are shown. To hide them set the value of the parameter to "True" or "true".
</p>
<fontsize=3>
<b>Hide the toolbar</b>
</font>
<p>
<strong>
<fontcolor=#800080><param</font>
name=
</strong>
<fontcolor=#0000ff>hideToolbar</font>
<strong>
value=
</strong>
<fontcolor=#0000ff>"true"</font>
<strong>
<fontcolor=#800080>></font>
</strong>
<br>
By default the toolbar is shown. To hide it set the value of the parameter to "True" or "true".
</p>
<fontsize=3>
<b>Implicit multiplication</b>
</font>
<p>
<strong>
<fontcolor=#800080><param</font>
name=
</strong>
<fontcolor=#0000ff>implicitMultiplication</font>
<strong>
value=
</strong>
<fontcolor=#0000ff>"true"</font>
<strong>
<fontcolor=#800080>></font>
</strong>
<br>
By default implicit multiplication is set to off. To turn it on set the value of the parameter to "True" or "true".
</p>
<fontsize=3>
<b>Decimal Numbers</b>
</font>
<p>
<strong>
<fontcolor=#800080><param</font>
name=
</strong>
<fontcolor=#0000ff>displayDecimalNumbers</font>
<strong>
value=
</strong>
<fontcolor=#0000ff>"true"</font>
<strong>
<fontcolor=#800080>></font>
</strong>
<br>
By default decimal numbers which can be expressed as integers are converted. e.g. 1.0 becomes 1, and 1.5 remains as 1.5. If you wish all numbers to be displayed as decimal numbers set the value of the parameter to "True" or "true". Therefore, 1 becomes 1.0, and 1.5 remains as 1.5.