Tags That Define the Layout for Nonroot Applets
This topic describes tags that define the layout for nonroot applets layout. Siebel CRM only supports applets in the base mode in this layout. Note the following:
If the Applet property in the view web template item references a root applet, then Siebel CRM maps this applet to a <div od-type="applet"> tag in the view web template.
If the Applet property in the view web template item references a nonroot applet, then Siebel CRM does not assign an Id value to this applet. It does not define the layout of these nonroot applets in the view web template. It defines them in the applet template of the root level applets.
SWE Tag That Iterates Through Each Child Applet
The <div od-child> tag iterates through each of the child applets defined for the applet, as determined by the Item Identifier property of the view web template item of the view that the applet references. You can use this tag only in the base template of an applet. If the applet does not include any child applets, then Siebel CRM skips this tag.
The <div od-child> tag uses the following format:
<div od-child> ... <!--od section close--> </div>
For more information about the item identifier, see Properties of the Applet Web Template Item.
SWE Tag That Places the Child Applet in the Parent Applet
The <div od-type="child-applet"> tag places the child applet in the parent applet. Siebel CRM uses the base template of the child applet to display the child applet at the location where you place this tag.
The <div od-type="child-applet"> tag uses the following format:
<div od-type="child-applet"/>