Siebel Developer's Reference > SWE Tags >

swe:this


Purpose

Refers to the object inside which it is placed. Used to display a property of a parent tag if it is nested within another tag, or if used outside of a tag, to refer to the property of an Applet, View, or Application based on the type of the template in which the tag is used.

Usage

<swe:control id="1" >

<td> <swe:this property="DisplayName"/>:&nbsp; </td>

<td> <swe:this property="FormattedHtml"/>&nbsp;</td>

</swe:control>

Attributes

Property. This tag can be used inside any SWE tag that supports the property attribute.

If the swe:this tag is used in an Applet Web Template, then it refers to the Applet. In this case the property attribute can have the following values.

Value
Description

Title

Shows the title of the Applet.

RowCounter

Shows a row counter. The format used to show the row counters can be customized using the List of Values SWE_ROW_COUNTER_MAP.

If the swe:this tag is used in a View Web Template, then it refers to the View. In this case the property attribute can have the following value.

Value
Description

Title

Shows the title of the View.

If the swe:this tag is used in a Web Page, then it refers to the Application. In this case the property attribute can have the following value.

Value
Description

Title

Shows the title of the Application.

Restrictions

The swe:this tag is a singleton tag except when used to refer to the swe:viewlink or swe:screenlink tags.

Siebel Developer's Reference