Treeview HTML Generator
Defining the <APPLET> Tag
Use the following arguments in your DS2TREE macro call to
specify the information that goes in the
<APPLET>
tag in the HTML file. All required arguments are explicitly noted.
ahunits=PIXELS | PERCENT
-
specifies the units for the value specified for the
HEIGHT
argument. The
default value is PIXELS
.
align=LEFT | RIGHT | TOP | BOTTOM | TEXTTOP | MIDDLE |
ABSMIDDLE | BASELINE | BOTTOM | ABSBOTTOM
-
specifies the positioning of Treeview Applet on the Web page.
alt=value
-
specifies the text that should be displayed by
browsers that understand the
<APPLET>
tag but that cannot run Java applets. The default value
is SAS Institute Inc. Treeview Applet
.
archive=value
- specifies a URL for the Treeview Applet JAR file (treeview.jar).
The recommended location (described in the installation instructions)
is
http://web_server_name/sasweb/graph/treeview.jar
This argument is required.
awunits=PIXELS | PERCENT
-
specifies the units for the value specified for the
WIDTH
argument. The
default value is PIXELS
.
codebase=value
-
specifies a URL that identifies the directory that is used
to find the .class files that are needed for Treeview Applet.
height=value
-
specifies the height of Treeview Applet in pixels.
The default value is
600
.
hspace=value
-
specifies the amount of horizontal space, in pixels, to
the left and right of Treeview Applet.
name=value
-
specifies the name for this instance of
Treeview Applet. You need to use this argument only if you
have more than one instance of the
<APPLET>
tag in the HTML file, and you included your own scripts or
DHTML that communicates with or acts on a particular instance of
Treeview Applet.
vspace=value
-
specifies the amount of vertical space, in pixels,
above and below Treeview Applet.
width=value
-
specifies the width of Treeview Applet, in pixels.
The default value is
800
.