SAS.GRAPH 9.1 Reference, Volumes I and II

The following parameters may be specified for the Metaview Applet. For information on how to specify these parameters, see Specifying Applet Parameters Using the ODS PARAMETERS= Statement on page 477.

BACKGROUNDCOLOR= color

DATATIPHIGHLIGHTCOLOR= color

DATATIPSTYLE= HIGHLIGHT STICK STICK_FIXED

DEFAULTTARGET= target- name

HELPLOCATION= URL

LOGRESOURCES=TRUE FALSE

METACODES= codes-or-file-specification

METACODES1-METACODES n = codes-or-file-specification

METACODESLABEL= menu-label

METACODES1LABEL-METACODES n LABEL= menu-label

PAGECONTROLENABLED=TRUE FALSE

RESOURCES= text-URL

RESOURCESFONTNAME= font-name

SLIDESHOWCONTROLENABLED=TRUE FALSE

ZOOMCONTROLENABLED=TRUE FALSE

ZOOMCONTROLMIN= minimum-percentage

ZOOMCONTROLMAX= maximum-percentage

Specifying Applet Parameters Using the ODS PARAMETERS= Statement

You can control the initial appearance of your Web output and configure aspects of the applet s user interface by specifying applet parameters. The applet parameters are generally specified as follows in the PARAMETERS= option of the ODS statement.

ODS HTML FILE= HTML-output-file-specification

An example might look like this:

ods html file="ncpop.htm" parameters=("DATATIPSTYLE"="STICK" "HELPLOCATION"="http://www.mysite.com/myjavametahelp.htm" "ZOOMCONTROLENABLED"="FALSE");

You can specify any number of parameters in a single PARAMETERS= statement. The parameters can be specified in any order. Blank spaces separate multiple parameter specifications. You can also use multiple PARAMETERS= statements within a given ODS statement. The quotation marks and parentheses are required. Additional quotation marks are required in the specification of certain parameter values.

Категории