|
Applet Parameters
<PARAM NAME ="initialContent" VALUE="<math>Hello, this is the initial content</math>"> - Specifies simple initial content of the editor when the editor is started. If this parameter is not specified than blank page is created. For complex documents use initialURL instead of this one.
<PARAM NAME ="initialURLEncodedContent" VALUE="%3Cmath%3EHello%2c+this+is+the+initial+content%3C/math%3E"> - Specifies the initial content of the editor when the editor is started- it should be URLEncoded. The editor will decode it and visualize it for editing. This permits the loading of even very complicated pages, since all the tags are encoded and there is no interference with the rest of the page. This approach is very useful for loading of the initial content simply without javascripts etc.
<PARAM NAME="transformInViewer" VALUE="true"> - when this is specified this parameter the EquationEditor will be transformed into a Equation viewer which can be used to display mathml content within a browser.
<PARAM NAME ="menuItemsToRemove" VALUE="PasteMenuItem,CutMenuItem,..."> - Indicates which menu items should be removed from the menus. This list contains comma separated names of the menu items contained within the editor to be removed. This allows the full customization of the dropdown menus inside the main menu. The full list is:
PasteMenuItem - the paste menu item;
CutMenuItem - the cut menu item;
CopyMenuItem - the copy menu item;
OpenFileMenuItem - the open file menu item;
ExitMenuItem - the exit menu item;
NewFileMenuItem - the new file menu item;
SaveFileMenuItem - the save file menu item;
<PARAM NAME ="menusToRemove" VALUE="EditMenu,FileMenu,..."> - Indicates which menus should be removed from the main menu bar. This list contains comma separated names of the menus contained within the editor's main menu bar to be removed. This allows the full customization of the menus inside the main menu bar. The full list of the menus is:
EditMenu - edit menu;
FileMenu - file menu;
<PARAM NAME ="toolbarItemsToRemove" VALUE="saveFileButton,printButton,cutButton,..."> - Indicates which toolbar items should be removed from the main tool bar. This list contains comma separated names of the toolbar items contained within the editor's main tool bar to be removed. This allows the full customization of the tools inside the main tool bar. The full list of the items is:
copyButton - the copy button;
cutButton - the cut button;
pasteButton - the paste button;
redoButton - the redo button;
undoButton - the undo button;
openFileButton - the print file button;
saveFileButton - the save file button;
printButton - the print file button;
theoryButton - theory group button;
logicSymbolsButton - logic group button;
arrowsButton - arrows group button;
trigButton - trigonometry group button;
fencesButton - fences group button;
layoutsButton - layouts group button;
accentsButton - accents group button;
greekSymbolsButton - greek symbols group button;
calcButton - calculus group button;
matricesButton - matrices group button;
relationSymbolsButton - relations group button;
operatorsButton - operators group button;
clearAllButton - clear all button;
|