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