|
Tag: UnSelect
The self-closing tag UnSelect clears any selections of lines from a target grid.
<UnSelect Target="Roles"/>
Tag Attributes
| Attribute Name | Compatible Attribute Values | Value Description | Comment |
| Target | Applicable Grid Code |  | Not mandatory - see detailed description |
| Server | Abbreviated server names (separated by comma) |  | Only applicable in consoleEZ - see detailed description |
| Index | Positive integer | Window index number | Only applicable in consoleEZ - see detailed description |
Detailed Description
The UnSelect action can be used either without attributes, or with the Target value of "Grid" to remove any residual line selections from the main grid.
The Server attribute is only applicable to consoleEZ, in which case it will be mandatory for Target="LogAnalyzer" or Target="VolumeAnalyzer".
The Index attribute is also only used in consoleEZ and is mandatory when using Target="LogAnalyzer" or Target="VolumeAnalyzer" It is the value found on the Log Analyzer and Volume Analyzer windows.

Example Script Line
<UnSelect Target="Roles"/>
In the action above, any selected lines in the target grid "Roles" panel (applies only to aclEZ) would be unselected, reverting to the grid to having no lines selected.
|