How the Menu Tag Displays a Menu
The <div od-type="menu"> tag displays menu buttons or links for all menus for the following:
Applications. Displays one button or link for each application menu that is defined for the Siebel application in the menu object definition and children of the menu object definition.
Applets. Displays the applet menu button.
The od-type=menu tag uses the following format:
<div od-type="menu" type="XXX" bitmap="XXX" width="XXX" height="XXX" bgcolor="XXX"
fgcolor="XXX"/>
The <div od-type="menu"> tag includes the following attributes:
type. Can be set to one of the following values:
Default. Siebel CRM displays the menu and the application menu items. If no value is defined for the type attribute, then it uses the default value.
Button. Siebel CRM displays a button that displays a menu that includes the menu items if the user clicks the button.
bitmap. Used only if the Type attribute is Button. It defines the name of a bitmap object that Siebel CRM uses as the label for the button. This bitmap is defined in Siebel Tools in the HTML Control Icons bitmap category.
width. Defines the width of the menu in pixels. For more information, see Localizing an Application Menu.
height. Defines the height of the menu in pixels.
bgcolor. Defines the background color of the menu. You must use the hexadecimal triplet format that HTML requires. For example, #FFFFFF.
fgcolor. Defines the foreground color of the menu. You must use the hexadecimal triplet format that HTML requires.