The properties of the Free Java Tree Applet are set with
the following Applet parameters,
Background Color
Specifies the Background color for the Tree.
For further information on defining colors please click
here
Example
<param name="backgroundColor" value="white">
Highlight Text Color
The text color when the mouse passes over an item / node.
For further information on defining colors please click
here
Example
<param name="highTextColor" value="255,255,255">
Highlight Background Color
The background color of a node when the mouse passes over
an item
For further information on defining colors please click
here
Example
<param name="highBgColor" value="0,0,150">
Character Encoding
The tree applet is capable of displaying international
character sets (eg. Japanese). This is done by setting the
"charset" parameter.
For further information on this, please
click here.
Example
<param name="charset" value="8859_1">
Icon Images
Icon images may be specified in the node data which represents
different states of a node. Before an Image ID can be used
in the node data it must first be defined with an "imageN"
parameter, where N represent an integer number.
The "imageN" parameter is made up of 2 elements
separated by a "|" character. The first element
specifies a unique ID for this image and the second specifies
the URL of the image file.
Example
<param name="image1" value="closed|closedfolder.gif">
<param name="image2" value="open|openfolder.gif">
<param name="image3" value="document|document.gif">
<param name="image4" value="point|point.gif">
If you require a Tree with many more configurable features
and an increased range of functionality then please see the
Advanced Tree Explorer
- click here.