Siebel Developer's Reference > Siebel Web Engine Tags >

swe:pageitem


This tag 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 renders on the Web page. If property is not specified, then the tag shows the body only if the Web page item ID is mapped. Use this attribute only in singleton tags.

The following values can be used for this attribute.

  • 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 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices.