GroupByHeader Element (View)
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Contains the definition of a Group By header section in a view of a list.
<GroupByHeader>
</GroupByHeader>
Attributes
Attribute |
Description |
---|---|
None |
N/A |
Child Elements
Numerous |
Parent Elements
Occurrences
Minimum: 0 Maximum: 1 |
Example
The following example from the Schema.xml file for custom lists defines the Group By header section in a view.
<GroupByHeader>
<HTML><![CDATA[<TBODY id="titl]]></HTML>
<GetVar Name="GroupByLevelString"/>
<HTML><![CDATA["><TR]]></HTML>
<Switch>
<Expr>
<GetVar Name="GroupByIndent"/>
</Expr>
<Case Value="0">
<HTML><![CDATA[ class="ms-gb" ]]></HTML>
</Case>
<Default>
<HTML><![CDATA[ class="ms-gb2" ]]></HTML>
</Default>
</Switch>
<HTML><![CDATA[><TD colspan="100" nowrap>
<img src="/_layouts/images/blank.gif" alt="" height=1
width=]]></HTML>
<GetVar Name="GroupByIndent"/>
<HTML><![CDATA[><a href="javascript:"
onclick="javascript:ExpCollGroup(']]></HTML>
<GetVar Name="GroupByLevelString"/>
<HTML><![CDATA[','img_]]></HTML>
<GetVar Name="GroupByLevelString"/>
<HTML><![CDATA[');return false;"><img id="img_]]></HTML>
<GetVar Name="GroupByLevelString"/>
<HTML><![CDATA[" src="/_layouts/images/minus.gif" alt="]]></HTML>
<HTML>Expand/Collapse</HTML>
<HTML><![CDATA[" border="0"></a> ]]></HTML>
<GetVar Name="GroupByField" HTMLEncode="TRUE" />
<HTML><![CDATA[ : ]]></HTML>
<GetVar Name="GroupByValue"/>
<HTML><![CDATA[</TD></TR></TBODY>]]></HTML>
<HTML><![CDATA[<TBODY id="tbod]]></HTML>
<GetVar Name="GroupByLevelString" HTMLEncode="TRUE"/>
<HTML><![CDATA[_">]]></HTML>
</GroupByHeader>