This Tag

The this tag references the object that contains it:

  • If it is nested in another tag, then it references a property of the parent tag.

  • If it resides outside of a tag, then it references the property of an applet, view, or application according to the type of the template where it resides.

This tag uses the following format:

 <div od-type=control id="1" >
  <td> <div od-property="DisplayName"/>:&nbsp; </td>
  <td> <div od-property="FormattedHtml"/>&nbsp;</td>
 <!--od section control close–>

where:

  • property. Identifies the name of the property that this tag references. You can use this tag in any OD tag that includes a property attribute.

The following table describes how you can use the this tag. You can use this tag only as a singleton tag except when it references a viewlink tag or a screenlink tag. For more information, see View Tags.

Where the This Tag Resides What it References Property Attribute Values

Applet Web Template

Applet

The property attribute can contain the following values:

  • Title. Display the title of the applet.

  • RowCounter. Display a row counter. You can use the SWE_ROW_COUNTER_MAP list of values to customize the display format of the row counter.

View Web Template

View

The property attribute can contain the following values:

  • Title. Display the title of the View.

Web Page

Application

The property attribute can contain the following values:

  • Title. Display the title of the application object.