ViewFooter 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 the footer, or suffix, for a view.

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

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

Example

The following example defines the view footer for a document library.

<ViewFooter>
  <HTML>
    <![CDATA[ </TABLE> ]]>
  </HTML>
  <HTML>
    <![CDATA[ <TABLE width="100%" border=0 rules=rows>
        <tr><td height="8"><img src=" ]]>
  </HTML>
  <HttpVDir />
  <HTML>
    <![CDATA[ /_layouts/images/blank.gif" width="1" 
        height="5"></td></tr></table> ]]>
  </HTML>
</ViewFooter>

See Also

Reference

ViewBidiHeader Element (View)

ViewBody Element (View)

ViewEmpty Element (View)

ViewFields Element (View)

ViewHeader Element (View)