<explorerTree> Element

The explorerTree element is a member of the following categories:

Use the explorerTree element to render an instance of an ExplorerTree object that is typically defined by an explorerTreeDef element in the current page.

Attributes

biExplorerTree -- (Required) A data-bound attribute that binds to an ExplorerTree object. Specify the select key for the Explorer Tree that you want to render.

Note: The remaining attributes are not used.

Example

The following example shows an XML fragment that renders an explorerTree element in the UI tree section of a page using the following assumptions:


<!-- Renders the explorerTree element --> <bibeans:explorerTree data:biExplorerTree="page3_expTree1@bibeans:bisession1" />