How the Siebel Web Engine Uses a Custom HTML Type

If the HTML type of a control, list column, or page item is a custom type, then the Siebel Web Engine uses the SWF format when it displays any element that is mapped to the control, and that defines the FormattedHtml property. The Siebel Web Engine does not use the format with any other property, such as Display Name. In the web template definition containing SWF content, the <div od-property="<>"> tag can reference these properties, except the FormattedHtml property.

Note the following examples:

  • <div od-type="control" id="1" od-property="FormattedHtml"/>

  • <div od-type="control" id="1" ... od-property="FormattedHtml"/> ... <!--od section control close--> </div>

  • <div od-type="pageitem" id="1" od-property="FormattedHtml"/>

  • <div od-type="pageitem" id="1" ... od-property="FormattedHtml"/> ... <!--od section pageitem close--> </div>