WinJS.UI.Rating constructor
Creates a new Rating.
Syntax
var rating = new WinJS.UI.Rating(element, options);
Parameters
element
Type: ObjectThe DOM element hosts the new Rating.
options
Type: ObjectAn object that contains one or more property/value pairs to apply to the new control. Each property of the options object corresponds to one of the control's properties or events. Event names must begin with "on". For example, to provide a handler for the cancel event, add a property named "oncancel" to the options object and set its value to the event handler.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.UI |