wijmo.rating.wijrating Namespace > options type : value Option |
Default value: 0
An option that determines the rated value of the rating widget.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: number returnsValue = $(".selector").wijrating("option", "value"); // Set value var newValue; // Type: number $(".selector").wijrating("option", "value", newValue); }); |
Javascript (Specification) | |
---|---|
|