Previous Topic: <column> Element

Next Topic: Content Search Result Columns

<tool> Element

Defines a custom tool in the toolbar of the Search Results page.

The supported entities are as follows:

name

Specifies the name of the tool.

Required: Yes

tooltip

Specifies the tooltip text shown when the mouse pointer hovers over the toolbar button. For example:

tooltip="My button"

Required: No

icon

Specifies the icon image file for the toolbar button. For example:

icon="MyButton.gif"

The image file must be in the \images folder in the CA DLP installation folder on the iConsole front-end Web server.

Required: Yes

function

Specifies the function that is called when a reviewer clicks the toolbar button. See Standard Scripting Functions. For example:

function="MyTool"

Required: Yes