Siebel Developer's Reference > Siebel Web Engine Tags > Referential Tags >

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:

<swe:control id="1" >
<td> <swe:this property="DisplayName"/>:&nbsp; </td>
<td> <swe:this property="FormattedHtml"/>&nbsp;</td>
</swe:control>

where:

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

Table 36 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 Screen Tags and View Tags.

Table 36. How You Can Use the This Tag
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.

 

Siebel Developer's Reference Copyright © 2015, Oracle and/or its affiliates. All rights reserved. Legal Notices.