Skip to main content
Skip table of contents

Show Details

Tag: SelectedShowUserDetails

The SelectedShowUserDetails function automates the action of loading and showing the details of selected users.


XML
<SelectedShowUserDetails/>

show-details

Tag Attributes

AttributesAttributes ValueValue Description
NewFrameTRUE (opens new frame) / FALSE (continues with existing frame) - defaults to FALSEN/A
AutoCloseTRUE (closes frame at the end of the action) / FALSE - defaults to FALSEN/A

Example Script

XML
<ShowGroups>
	<Select Lines="All"/>
	<SelectedShowOwners>
		<Select Lines="All"/>
		<SelectedShowGroupDetails/>
		<SelectedShowUserDetails newFrame="true"/>
	</SelectedShowOwners>
</ShowGroups>


JavaScript errors detected

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

If this problem persists, please contact our support.