Web Page Item Tag

The pageitem tag provides a placeholder in a web page for a web page item. It uses the following format:

<div od-type=pageitem id="1" property="FormattedHTML"/>

where:

  • id. Identifies a web page item.

  • property. Optional. Identifies the property of the Web page item that SWE displays on the Web page. You can use this attribute only in a singleton tag.

    You can use one of the following values.

    • FormattedHtml. Display the data for the Web page item in HTML.

    • DisplayName. Display the caption property of the Web page item that the repository contains.

    If you do not include the property attribute, then:

    • SWE displays the body only if the Web page item ID is mapped.

    • SWE can use the this tag to display the property in the body of the pageitem tag. For more information, see This Tag.

You can use this tag only in a Web page.