Previous Topic: <parameters> Element

Next Topic: <parameter_line> Element (Deprecated)

<parameter_group> Element

Defines a logical group of search parameters arranged as a sub-tab on the Edit Properties page.

The supported entities are as follows:

<parameter>

See <parameter> Element.

Required: No

<parameter_line> (deprecated)

See <parameter_line> Element.

Required: No

<subsection>

See <subsection> Element.

Required: No

label

The group label. A text label used for the group sub-tab. For example:

label="Audit State"

Required: No

tooltip

Specifies the text displayed as a tooltip when the mouse pointer hovers over the group subtab. For example:

tooltip="Search for e-mails by attribute (for example, blockings or warnings) or trigger name."

Required: No

collapse (no longer supported)

Specifies whether the group is collapsed by default. For example:

collapse="true"

Required: No

width

Specifies the width of the parameter group in the iConsole screen. For example:

width="100%"

Required: No

init

Specifies the name of a javascript function that should be called to initialize the parameter group. It will be called the first time the group tab is clicked.

init="MyInit"

Required: No