Configuring Siebel Business Applications > About Siebel Web Templates and Siebel Tags > About Applet Web Templates >

About Chart Applet Templates


A chart applet template contains several swe:control tags that map the chart control and other controls that switch between different chart types. The Id for the chart control in a predefined Siebel application is 599. For more information, see Customizing a Chart Applet.

Example Code of a Chart Applet Template

The following code is an example of a chart applet template:

  <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 Business Applications Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices.