Configuring Siebel eBusiness Applications > Overview of Web Templates and Siebel Tags > About Siebel Templates >

About Chart Applet Templates


Chart Applets display business component data as different types of charts and graphs. Templates for charts contain a handful of swe:control tags to map the Chart Control (id=599) in the standard configuration) and the various controls for switching between different chart types, and so on. A typical chart template is shown below:

<table width="98%" cellspacing="0" cellpadding="0" border="0" align="center">

<swe:form>

...

<table width="100%" valign="top" align="center">

<swe:togglebar type="Select">

<tr>

<td>

<swe:control id="2" property="DisplayName" />

</td>

<td>

<swe:this property="FormattedHtml"/>

</td>

</tr>

</swe:togglebar>

</table>

...

<table class="AppletBack" width="100%" border="0">

<tr>

<td align="center">

<swe:control id="599" property="FormattedHtml" hintText="Chart"/>

</td>

</tr>

</table>

...

</swe:form>

</table>

Configuring Siebel eBusiness Applications