Skip to main content
Skip table of contents

SelectedShowUserDetails: 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 ValueComment
NewFrameTRUE (opens new frame) / FALSE (continues with existing frame)Defaults to FALSE
KeepAliveTRUE / FALSE Defaults to the same value as NewFrame
FrameIdUnique identifier of the frameReuse the frame if it exists already, create a new one if it doesn’t.

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.