<favoriteTool> Element

The favoriteTool element is a member of the following categories:

Use the favoriteTool element to render a Favorite tool dialog that was defined by a favoriteToolDef element in the current page.

If you use the viewToolbar element, then you do not need to render the Favorite tool.

Attributes

biFavoriteTool -- (Required) A data-bound attribute that binds to a Favorite tool. Specify the select key for the Favorite tool that you want to render.

Note: The remaining attributes are not used.

Example

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


<!-- Renders the favoriteTool element --> <bibeans:favoriteTool data:biFavoriteTool="page3_favorite1@bibeans:bisession1" />