name_n PARAM tag



Specifies the name of the nth applet to be included in the AppletContainer frame.

Syntax

<PARAM NAME = "name_n" VALUE = "appletName">

Values

appletName
A string that identifies the instance of the eSuite class to which the AppletContainer applet_n PARAM tag refers.

Usage

Each applet to be included in an AppletContainer frame must be identified by number, starting with 0. The applet_n PARAM tag can be accompanied by a corresponding name_n PARAM tag where n = n. For example,

<PARAM NAME = "applet_0" VALUE = "lotus.sheet.Sheet">
<PARAM NAME = "name_0" VALUE = "MySheet">

Example
Charting sheet data example

See also
AppletName property
propertyBag_n PARAM tag