ViewHeader 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.

Defines how the headers, or prefixes, of view fields are rendered.

<ViewHeader
  ExpandXML = "TRUE" | "FALSE">
</ViewHeader>

Attributes

Attribute

Description

ExpandXML

Optional Boolean. TRUE to re-pass the rendered content through the Collaborative Application Markup Language (CAML) interpreter, which allows CAML to render CAML.

Child Elements

Numerous

Parent Elements

View, ViewStyle

Occurrences

Minimum: 0

Maximum: 1

Remarks

This element often contains an HTML fragment with ExpandXML set to TRUE to render embedded Field elements.

Example

The following example defines the field headers for a view. Each field header in the view is rendered according to the class ms-vh, which is defined in Core.css (\\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\LAYOUTS\LCID\STYLES).

.

<ViewHeader>
  <HTML>
    <![CDATA[ <TABLE ID="onetidDoclibViewTbl0 ]]> 
  </HTML>
  <HTML>
    <![CDATA[ " width="100%" border=0 cellspacing=0 cellpadding=1 
        rules=rows><TR VALIGN=TOP><FORM> ]]> 
  </HTML>
  <Fields>
    <HTML>
      <![CDATA[ <TH class="ms-vh"> ]]> 
    </HTML>
    <Field /> 
    <HTML>
      <![CDATA[ </TH> ]]> 
    </HTML>
  </Fields>
  <HTML>
    <![CDATA[ </FORM></TR> ]]> 
  </HTML>
</ViewHeader>

See Also

Reference

ViewBidiHeader Element (View)

ViewBody Element (View)

ViewEmpty Element (View)

ViewFields Element (View)

ViewFooter Element (View)