ViewFooter 元素 (List)
适用于: SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013
定义视图的页脚或后缀。
<ViewFooter
ExpandXML = "TRUE" | "FALSE">
</ViewFooter>
注意
大多数标准Microsoft SharePoint Foundation 2010列表视图都忽略此元素。 有关详细信息,请参阅 XMLDefinition and CAML View Schema。
元素和属性
下面各部分介绍了属性、子元素和父元素。
Attributes
属性 | 说明 |
---|---|
ExpandXML |
可选属性,类型为 Boolean。 如果为 TRUE,则通过协作应用程序标记语言 (CAML)(允许 CAML 呈现 CAML)解释器重新传递呈现的内容。 |
子元素
众多
父元素
出现次数
- 最小值:0
- 最大值:1
示例
下面的示例为文档库定义视图页脚。
<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>