Tag: SelectedShowListColumns

The SelectedShowListColumns function automates the action of showing list columns.


<SelectedShowListColumns/>
XML

Tag Attributes

AttributesAttribute Value
NewFrameTRUE (opens new frame) / FALSE (Continues with existing frame) - Defaults to FALSE
AutoCloseTRUE (Closes frame at the end of the action) / FALSE - Defaults to FALSE

Example Script

<ShowSites>
	<Select Lines="All"/>
	<SelectedShowLists>
		<Select Lines="All"/>
		<SelectedShowListColumns/>
	</SelectedShowLists>
</ShowSites>
XML