Tags That a List Applet Template Includes
This topic describes some of the tags included in a list applet template.
OD Tag That Encloses an Editable Section
The <div od-type="form"> tag encloses an editable section. You use it for an editable list applet.
OD Tag That Encloses the List Header and Body
The <div od-type="list"> tag encloses the section of the template that contains the list header and body. Siebel CRM replaces the section between the start and end of the <div od-type="list"> tags with the specialized list control that supports some capabilities, such as resizing columns. For more information, see Caution About Using Specialized Classes.
OD Tag That Defines a Placeholder for a List Column
The <div od-type="control"> tag defines a placeholder for a list column. It includes the Property attribute that specifies the property of the control to display. This attribute includes the following values that are relevant for a list applet:
-
FormattedHTML. Configures Siebel CRM to display the data value of the control.
-
DisplayName. Corresponds to the Caption property.
You can use some properties of a list column to control the attributes of an HTML element that the <div od-type="control"> tag contains. For example, you can use the following code to set the align attribute of a TD tag to equal the Text Alignment property of the enclosing list column:
<td align="od-context-TextAlignment">
OD Tag That Repeats for Each List Row
The <div od-iterator="row"> tag encloses the section of the template that Siebel CRM repeats for each list row.