Table 5 on page 36 lists the HTML tags and attributes necessary to display a Dashboard viewlet in a web page. Subsequent sections describe attributes that enable you to further configure the viewlet.

An attribute’s name and its value must be enclosed by double quotes. When an attribute includes a set of values, the set of values is enclosed by double quotes, as shown in the following example:

<APPLET TYPE="applet"
 CODE="com.smarts.webapps.SmWebNotificationsApp.class"
 WIDTH=”100%” HEIGHT=”100%”
 ARCHIVE="masterpiece.jar,jcommon-0.7.0.jar,\
 jfreechart-0.9.3.jar,tsgdtj50.jar,tsgetj50.jar,\
 tsglt50.jar,tsgltc50.jar,tsgmtj50.jar">
</APPLET>