Skip to main content
Skip table of contents

Group: Show Details

Tag: SelectedShowGroupDetails

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


XML
<SelectedShowGroupDetails/>

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

XML
<ShowGroups>
	<Select Lines="All"/>
	<SelectedShowOwners>
		<Select Lines="All"/>
		<SelectedShowGroupDetails NewFrame="true"/>
		<SelectedShowUserDetails/>
	</SelectedShowOwners>
</ShowGroups>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.