Tag: SelectedShowListItems
The SelectedShowListItems function launches a module that displays the items for each list from a selection of Lists.
Tag Attributes
|
Attributes |
Attribute Value |
|---|---|
|
NewFrame |
TRUE (Opens new frame) / FALSE (Continues with existing frame) - Defaults to FALSE |
|
AutoClose |
TRUE (Closes frame at the end of the action) / FALSE - Defaults to FALSE |
Example Script
XML
<ShowSites>
<Select Lines="All"/>
<SelectedShowLists/>
<Select Lines="All"/>
<SelectedShowListItems/>
</SelectedShowLists>
</ShowSites>