Tag: SelectedShowListColumns
The SelectedShowListColumns function automates the action of showing list columns.
XML
<SelectedShowListColumns/>
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"/>
<SelectedShowListColumns/>
</SelectedShowLists>
</ShowSites>