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.
Returns the HTML element for the item at the specified index.
Syntax
var htmlElement = repeater.elementFromIndex(index);
Parameters
index
Type: NumberThe index of the item.
Return value
Type: HTMLElement
The DOM element for the specified item.
Requirements
Minimum WinJS version |
WinJS 2.0 |
Namespace |
WinJS.UI |