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

Node Tag


The node tag provides a placeholder for a tree item. This item can be one of the following:

  • Tree node. SWE displays the display name.
  • Field value. SWE creates the field value.

This tag uses the following format:

<swe:node state="value" type="value"/>

where:

  • state. You can use one of the following values:
    • Active. A chosen node.
    • Inactive. A nonchosen node.
  • type. You can use one of the following values:
    • DisplayName. Display the Display Name property of the tree node.
    • FieldValue. Display the field value.

The expand and collapse button, the item icon, and the links are part of a tree item. Depending on settings in the configuration file, SWE displays the expand and collapse button as a GIF image or as text. It displays the expand and collapse button only if the tree item includes a child item.

The following links are associated with each item:

  • A link for the expand and collapse button that expands or collapses the item.
  • A link for the item image that allows the user to choose the item or to navigate to the next or previous workset.

This tag uses the this tag as a child tag. For more information, see This Tag.

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