Tag: SelectedShowGroupDetails

The SelectedShowGroupDetails function automates the action of loading and showing the details of selected groups.


<SelectedShowGroupDetails/>
XML

Tag Attributes

AttributesAttribute Value
NewFrameTRUE (Opens new frame) / FALSE (Continues with existing frame) - Defaults to FALSE
AutoCloseTRUE (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>
XML