Tag: SelectedShowPosts
The SelectedShowPosts function automates the process of showing the posts of selected users in the grid.
<SelectedShowPosts newframe="true"/>
XML
Tag Attributes
Attributes | Attribute Description | Value Description | Comment |
---|
NewFrame | TRUE (opens new frame) / FALSE (continues with existing frame) - defaults to FALSE | N/A | N/A |
KeepAlive | See doc here (insert link) | N/A | N/A |
Example Script
<ShowGroups>
<Select Lines="All"/>
<SelectedShowConversations>
<Select Lines="All"/>
<SelectedShowPosts newframe="true"/>
</SelectedShowConversations>
</ShowGroups>
XML