Example Code to Display Applet Buttons

The following code from the CCFormButtons web template is an example of the template that Siebel CRM uses to display applet buttons, including the menu button:

<!-- Buttons (Edit, Delete, Optional, Optional, Optional) --->
<!-- Menu,179 -->
  <td valign="middle" nowrap>
    <div od-type="menu"/>
  </td>
  <td valign="middle"><img src="images/bttns/div.gif" height="13" border="0" 
  align="middle" alt=""></td>
<!-- EditRecord -->
<div od-type="control" id="132">
  <td valign="middle" nowrap>
    <div od-property="FormattedHtml" hintText="Edit" hintMapType="Control"/>
  </td>
  <td>&nbsp;</td>
<!--od section control close-->
</div>
(and so on...)