The viewToolbar 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 viewToolbar element to render an instance of a View Toolbar thin bean that is defined by a viewToolbarDef element in the current page.
biViewToolbar -- (Required) A data-bound attribute that binds to a View Toolbar. Specify the select key for the View Toolbar that you want to render.
Note: The remaining attributes are not used.
The following example shows code that renders a View Toolbar in the UI tree section of a page using the following assumptions:
Identifier of the viewToolbarDef element: "viewToolbar1"
Identifier of the page that contains the viewToolbarDef element: "page3"
Identifier of the biThinSession element in which the viewToolbarDef element is defined: "bisession1"
<!-- Renders a viewToolbar element --> <bibeans:viewToolbar data:biViewToolbar="page3_viewToolbar1@bibeans:bisession1" />