Tags Included in a Nongrid Form Applet Template

This topic describes the some of the tags that a nongrid form applet template includes.

OD Tag That Accepts User Input

The <div od-type="form"> tag encloses a section of a page that accepts user input. It is similar to an HTML form tag. This tag includes the following attributes:

  • htmlAttr. Must include valid attributes of the HTML form tag other than method, name, or action. Siebel CRM uses these attributes in the same way it uses the HTML form tag that it creates.

  • name. Creates an HTML form with the defined name. If the name attribute is not defined, then Siebel CRM uses an internally created name.

OD Tag That Specifies Placeholders for Controls

The <div od-type="control"> tag specifies placeholders for controls. This tag includes the following attributes:

  • od-id. References the control for the placeholder.

  • od-property. References the value of the control to display. This attribute includes the following values that are relevant for a form applet:

  • FormattedHTML. Configures Siebel CRM to display the data value of the control.

  • DisplayName. Corresponds to the Caption property.

  • RequiredIndicator. Configures Siebel CRM to display HTML if the underlying business component field is required.

OD Tag That Handles Errors

For more information, see Configuring How Siebel CRM Displays an Error That Occurs on the Siebel Server.