Changing Applet parameters

There are various parameters that can be set inside the <APPLET> tag, to change particular options of the applet.

Language

<param name= language value= "en" >
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".

Output Format

<param name= outputFormat value= "MathML" >
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.

Open applet with an expression

<param name= openWithExpression value= "sin(1+x)" >
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.