Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the HTML element that contains the footer.
Syntax
<div
data-win-control="WinJS.UI.ListView"
data-win-options="{ footer : value}">
</div>
var footer = listView.footer;
listView.footer = footer;
Property value
Type: HTMLElement
The HTML element that contains the header.
Requirements
Minimum WinJS version |
WinJS 4.0 |
Namespace |
WinJS.UI |