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

Attributes

Attributes Value

Comment

NewFrame

TRUE (opens new frame) / FALSE (continues with existing frame)

Defaults to FALSE

KeepAlive

TRUE / FALSE 

Defaults to the same value as NewFrame

FrameId

Unique identifier of the frame

Reuse 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>