<viewToolbar> Element

The viewToolbar element is a member of the following categories:

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.

Attributes

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.

Example

The following example shows code that renders a View Toolbar in the UI tree section of a page using the following assumptions:


<!-- Renders a viewToolbar element --> <bibeans:viewToolbar data:biViewToolbar="page3_viewToolbar1@bibeans:bisession1" />