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