Specifies the nth applet to be included in the AppletContainer frame.
<PARAM NAME = "applet_n" VALUE = "appletClassName">
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">The applet's identifying number determines the order in which it is displayed with respect to the other applets in the AppletContainer frame. The value of the layoutStyle PARAM tag determines the applets' orientation in the frame. For example, if the AppletContainer specifies applet_0, applet_1, and applet_2 and the layoutStyle PARAM tag's value is "TopToBottom," applet_0 displays at the top of the frame, applet_1 displays below applet_0 on the left, and applet_2 displays below applet_0 on the right at run time.
Example
Charting sheet data example
See also
AppletName property
name_n PARAM tag
propertyBag_n PARAM tag