SelectedShowGroupDetails: Show Details
Tag: SelectedShowGroupDetails
The SelectedShowGroupDetails function automates the action of loading and showing the details of selected groups.
<SelectedShowGroupDetails/>
Tag Attributes
| Attributes | Attribute Value |
|---|---|
| NewFrame | TRUE (Opens new frame) / FALSE (Continues with existing frame) - Defaults to FALSE |
| AutoClose | TRUE (Closes frame at the end of the action) / FALSE - Defaults to FALSE |
Example Script
<ShowGroups>
<Select Lines="All"/>
<SelectedShowOwners>
<Select Lines="All"/>
<SelectedShowGroupDetails NewFrame="true"/>
<SelectedShowUserDetails/>
</SelectedShowOwners>
</ShowGroups>