Mac Only Applet Parameters
Mac Only Applet Parameters include the following:
Input Parameter
|
Description
|
disableMacButtons
|
When used on a Mac, the MathFlow SDK Editor Applet displays a "Title:" input field and a "Submit" button at the bottom of the window. This parameter can be used prevent these components from being displayed.
|
macButtonBackground
|
This parameter sets the background color of the additional panels that appear in the MathFlow SDK Editor Applet user interface when running on the Mac. On other platforms, the MathFlow SDK Editor Applet has no background area to color. Values should be specified as hexadecimal RGB values in the form "#rrggbb" or "#rgb," or using CSS2 color keywords, such as "blue."
|
title
|
When used on a Mac, the MathFlow SDK Editor Applet displays a "Title:" input field and a "Submit" button at the bottom of the window. This parameter can be used to set the initial value of the "Title" input field.
|
url
|
On a Mac, a "Submit" button appears at the bottom of the editor window. When the user clicks that button, the applet will make an HTTP request to the URL specified by this parameter, with the MathML markup for the current equation, and the value of the "Title" input field appended as CGI arguments. See MathFlow SDK Editor Applets on the Mac for further details.
|
|