Tags That Siebel CRM Includes in a Tree Applet Template
This topic describes some of the tags that Siebel CRM includes in a tree applet template.
OD Tag That Displays Tree Nodes and Field Values
Siebel CRM uses the <div od-node> tag to display tree nodes and field values. It iterates through each visible item that resides in the tree control in a top-down, depth-first fashion.
The attributes are optional. If the Count attribute is not defined, then the tag iterates through all nodes in the tree. The <div od-node> tag includes the following attributes:
Count. Specifies the number of times the tag iterates through content. If you require a specific tree format, then you use can use this attribute.
StartValue. The value that Siebel CRM uses to start the iteration. To start the iteration, the tag assigns this value to an internal iterator, and then increments it by one for each iteration.
OD Tag That Indents Tree Items
Siebel CRM uses the <div od-indent> to indent tree items. It iterates through each level of a tree item. The <div od-indent> tag does not include any attributes.
OD Tag That Provides a Placeholder for a GIF Image
Siebel CRM uses the <div od-type="indent-img"> as a placeholder for a GIF image that corresponds to the indent level for the tree item that the user chooses in the Siebel client. At each level, the Siebel Web Engine uses the <div od-type="indent-img"> tag to identify the GIF file. The GIF image can include an empty space or a vertical bar. The <div od-type="indent-img"> tag does not include any attributes.
OD Tag That Provides a Placeholder for a Tree Item
Siebel CRM uses the <div od-type="node"> as a placeholder for tree item. A tree item can be a repository tree node or a field value. Note the following:
If the tree item is a tree node, then Siebel CRM displays the display name.
If the tree item is not a tree node, then Siebel CRM creates a field value.
The expand icon, collapse icon, and links are parts of a tree item. Depending on the configuration file settings, Siebel CRM displays the expand icon or collapse icon as a GIF image or text. It only displays the expand icon or collapse for a tree item that contain child items. The following links are associated with each item:
A link for the expand icon and collapse icon that allows the user to expand or collapse the item
A link for the item image that allows the user to choose the item or to navigate to next or previous workset
Choosing an item allows the user to access the list applet that is associated with the tree node. The <div od-type="node> tag must use the <div od-property="<propertyName>"> tag as a child tag.
The <div od-type="node"> tag includes the type attribute. This attribute can include the following values:
DisplayName. Displays the Display Name of the tree node.
FieldValue. Displays a field value.