Tags That You Use with a Toolbar
This topic describes the toolbar tags that you use with a web template.
OD Tag That Specifies a Toolbar
The <div od-type="toolbar"> tag specifies a toolbar where the name corresponds to the Name property in the Toolbar object definition. Siebel CRM currently supports two types of toolbars: HTML toolbars and Java applet toolbars, as defined in the javaapplet attribute.
The <div od-type="toolbar"> tag uses the following format:
<div od-type="toolbar" name="XXX" javaapplet="true/false" width="XXX" height="XXX"/>
The <div od-type="toolbar"> tag includes the following attributes:
Name. The name of the toolbar as defined in Siebel Tools.
Javaapplet. Must be set to true for a Java toolbar, and false for an HTML toolbar.
Width. Width of the toolbar in pixels.
Height. Height of the toolbar in pixels.
SWE Tag That Gets Toolbar Items
The <div od-type="toolbaritem"> tag recursively gets all of the toolbar items for that toolbar from the Siebel repository. It exists between the toolbar start tag and end tag.
The <div od-type="toolbaritem"> tag uses the following format:
<div od-type="toolbaritem">
The <div od-type="toolbaritem"> tag does not include any attributes.