This is a list of the optional parameters in the applet tag:
- <param name="standardfont" value="[string],[int]">
The font family name and the font size of the TOC items, if no different
font is specified in the script for this item.
Default is "TimesRoman,14".
- <param name="helpfont" value="[string],[int]">
The font family name and the font size of the quick help.
Default is "TimesRoman,10".
- <param name="textcolor" value="[0-255],[0-255],[0-255]">
The color of an item text, if no different color is specified in the
script for this item.
Default is "0,0,0" (black).
- <param name="reverstextcolor" value="[0-255],[0-255],[0-255]">
The color of the item text, if the item is selected. The background
is the text color in this case.
Default is "255,255,255" (white).
- <param name="linecolor" value="[0-255],[0-255],[0-255]">
The color of the lines.
Default is "0,0,0" (black).
- <param name="pluscolor" value="[0-255],[0-255],[0-255]">
The color of the +/- symbol.
Default is the linecolor.
- <param name="backgroundcolor" value="[0-255],[0-255],[0-255]">
The color of the background, if no background image is specified.
Default is "192,192,192" (light gray).
- <param name="background" value="[String]">
An image for the background. The image is painted tiled of the
whole area.
Default is no background image.
- <param name="xindent" value="[int]">
The pixels that each level of the tree is indented.
Default is "12".
- <param name="xoffset" value="[int]">
The number of pixel for the x-offset of the first level of the TOC.
Default is "5".
- <param name="yoffset" value="[int]">
The number of pixel for the y-offset of the top item of the TOC.
Default is "5".
- <param name="vscroll" value="[String]">
A vertical scrollbar is added by default if the height of the TOC
is bigger than the height of the applet. If you don't want a
vertical scrollbar, set the value to "NO".
- <param name="hscroll" value="[String]">
A horizontal scrollbar is added by default if the width of the TOC
is bigger than the width of the applet. If you don't want a
horizontal scrollbar, set the value to "NO".
- <param name="aswindow" value="[String]">
The applet can run within the browser or as seperate window.
Set the value of this parameter to "YES" to run in a seperate window.
Default is "NO".
- <param name="windowtitle" value="[String]">
The text for the title bar of the seperate window (if it is set,
see "aswindow" parameter above).
Default is "Table of Contents".
- <param name="windowx" value="[int]">
The x position of the seperate window in pixel.
Default is 10.
- <param name="windowy" value="[int]">
The y position of the seperate window in pixel.
Default is 10.
- <param name="windowwidth" value="[int]">
The width of the seperate window in pixel.
Default is 200.
- <param name="windowheight" value="[int]">
The height of the seperate window in pixel.
Default is 400.
- <param name="infoheight" value="[int]">
The height of the info scroller area in pixel.
Default is 0 (no info scroller area).
- <param name="infoscript" value="[URL | file]">
Specifies the script describing the info scroller content. Click
here for details about the
script file content.
Default is null (no info scroller script file).
- <param name="inforeload" value="[int]">
The time (in sec) until the info scroller script file is reloaded.
Set the value to "-1" for no reload.
Default is -1 (no reload).
- <param name="infobackgroundcolor" value="[0-255],[0-255],[0-255]">
The color of the background of the info scroller area.
Default is "192,192,192" (light gray).
- <param name="infotextcolor" value="[0-255],[0-255],[0-255]">
The color of the text in the info scroller area.
Default is "0,0,0" (black).
- <param name="selectimage" value="[URL | file]">
The image (URL or file name) highlighting the selected item.
If this parameter is set, the revers video selection is NOT used.
Default is null (no selection image, selection will be
done using revers video).
- <param name="compressedscript" value="[String]">
If you want to use a compressed script file (see "Script Files" for details),
you have to set this parameter to "YES".
Default is "NO".