<sortTool> Element

The sortTool element is a member of the following categories:

Use the sortTool element to render Sort tool that was defined by a sortToolDef element in the current page.

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

Attributes

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

Note: The remaining attributes are not used.

Example

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


<!-- Renders a sortTool element --> <bibeans:sortTool data:biSortTool="page3_sortTool1@bibeans:bisession1" />