Tag: SelectedShowUserDetails

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


<SelectedShowUserDetails/>
XML

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

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