Show Details
Tag: SelectedShowUserDetails
The SelectedShowUserDetails function automates the action of loading and showing the details of selected users.
<SelectedShowUserDetails/>
Tag Attributes
Attributes | Attributes Value | Value Description |
---|---|---|
NewFrame | TRUE (opens new frame) / FALSE (continues with existing frame) - defaults to FALSE | N/A |
AutoClose | TRUE (closes frame at the end of the action) / FALSE - defaults to FALSE | N/A |
Example Script
<ShowGroups>
<Select Lines="All"/>
<SelectedShowOwners>
<Select Lines="All"/>
<SelectedShowGroupDetails/>
<SelectedShowUserDetails newFrame="true"/>
</SelectedShowOwners>
</ShowGroups>