Share via


ViewFooter Element

The ViewFooter element defines the footer, or suffix, for a view.

Syntax

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

Attributes

Name Description
ExpandXML Optional Boolean. TRUE if the rendered content is passed again through the CAML interpreter, which allows CAML to render CAML.
Parent Elements Child Elements
View HTML, HttpVDir

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

ViewBody

ViewEmpty

ViewFields

ViewHeader

Universal Attributes for Page Rendering Elements