The favoriteTool element is a member of the following categories:
Namespace -- http://xmlns.oracle.com/bibeans
Group -- BI uiXML elements
Type of element -- Rendering component
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.
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.
The following example shows an XML fragment that renders a favoriteTool element in the UI tree section of a page using the following assumptions:
Identifier of the favoriteToolDef element: "favorite1"
Identifier of the page that contains the favoriteToolDef element: "page3"
Identifier of the biThinSession element in which the presentationDef is defined: "bisession1"
<!-- Renders the favoriteTool element --> <bibeans:favoriteTool data:biFavoriteTool="page3_favorite1@bibeans:bisession1" />