Siebel Developer's Reference > SWE Tags >

swe:pageitem


Purpose

Provides a placeholder in a Web Page for a Web Page Item.

Usage

<swe:pageitem id="1" property="FormattedHTML" />

Attributes

Id. References page items using the Web Page Item list.

Property. (Optional) If present, this attribute indicates the property of the Web page item that should be rendered on the Web page. If property is not specified, then the tag shows the body only if the Web page item ID is mapped. This attribute should only be used in singleton tags.

The following values can be used for this attribute.

Value
Description

FormattedHtml

Shows the data for the Web page item in HTML.

DisplayName

Shows the caption property of the Web page item defined in the repository. When the property attribute is not specified, the property can be displayed within the body of the swe:pageitem tag using the swe:this tag.

Restrictions

This tag can be used only in Web Pages.

Siebel Developer's Reference