<rotateTool> Element

The rotateTool element is a member of the following categories:

Use the rotateTool element to render a Rotate tool that is typically defined by a rotateToolDef element in the current page.

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

Attributes

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

Note: The remaining attributes are not used.

Example

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


<!-- Renders the rotateTool element --> <bibeans:rotateTool data:biRotateTool="page3_rotateTool1@bibeans:bisession1" />