0 out of 1 rated this helpful - Rate this topic

ViewFooter Element (View)

Windows SharePoint Services 3

Defines the footer, or suffix, for a view.


<ViewFooter
  ExpandXML = "TRUE" | "FALSE">
</ViewFooter>
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.

Numerous

Minimum: 0

Maximum: 1

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>
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ