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"/>: </td>
<td> <div od-property="FormattedHtml"/> </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:
|
View Web Template |
View |
The property attribute can contain the following values:
|
Web Page |
Application |
The property attribute can contain the following values:
|