appletName.PARAM PARAM tag



Assigns a setting to a PARAM tag for an applet that the AppletContainer instantiates.

Syntax

<PARAM NAME = "appletName.PARAM" VALUE = "paramValue">

Values

paramValue
The value of the PARAM tag specified in appletName.PARAM, where appletName is the value of an AppletContainer name_n PARAM tag, that is, a string that identifies a particular instance of a eSuite applet that will appear in the AppletContainer frame at run time; and PARAM is a the name of one or another of the PARAM tags that that eSuite applet supports.
paramValue is the value you assign to the applet instance's specified PARAM tag.

Usage

This optional PARAM tag allows you to specify settings for an applet instance as it will appear in the AppletContainer frame at run time. For example, the following code creates an instance of an existing eSuite spreadsheet template (mysheettemplate.html) rather than an instance of a new spreadsheet applet.
<PARAM NAME = "applet_0" VALUE = "lotus.sheet.Sheet">
<PARAM NAME = "name_0" VALUE = "mySheet">
<PARAM NAME = "mySheet.fileName" VALUE = "mysheettemplate.html"
Example
Charting sheet data example