自動化 - UnSelect
 Previous | Next | Print 

Tag: UnSelect


The self-closing tag UnSelect clears any selections of lines from a target grid.

<UnSelect Target="Roles"/>

Tag Attributes

Attribute NameCompatible Attribute ValuesValue DescriptionComment
TargetApplicable Grid CodeNot mandatory - see detailed description
ServerAbbreviated server names (separated by comma)Only applicable in consoleEZ - see detailed description
IndexPositive integerWindow index numberOnly 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.