WinJS.UI.Repeater constructor
Creates a new Repeater control.
Syntax
var repeater = new WinJS.UI.Repeater(options);
Parameters
options
Type: ObjectAn object that contains one or more property/value pairs to apply to the new Repeater. Each property of the options object corresponds to one of the object's properties or events. Event names must begin with "on".
Requirements
Minimum WinJS version |
WinJS 2.0 |
Namespace |
WinJS.UI |