Previous Topic: <parameter> ElementNext Topic: <parameter_line> Element (Deprecated)


<parameter_group> Element

The <parameter_group> element in an XML search definition defines a logical group of search parameters arranged as a subtab on the Edit Properties page.

The supported entities are as follows:

<parameter>

(Optional) See <parameter> Element.

<parameter_line> (deprecated)

(Optional) See <parameter_line> Element.

<subsection>

(Optional) See <subsection> Element.

label

(Optional) Defines the group label. This text label is used for the group subtab.

Example:

label="Audit State"
tooltip

(Optional) Specifies the text displayed as a tooltip when the mouse pointer hovers over the group subtab.

Example:

tooltip="Search for emails by attribute (for example, blockings or warnings) or trigger name."
collapse (no longer supported)

(Optional) Specifies whether the group is collapsed by default.

Example:

collapse="true"
width

(Optional) Specifies the width of the parameter group in the iConsole screen.

Example:

width="100%"
init

(Optional) Specifies the name of a javascript function that is called to initialize the parameter group. The class is called the first time the group tab is clicked.

Example:

init="MyInit"