wijmo.rating.wijrating Namespace > options type : split Option |
Default value: 1
An option that determines the number of sections into which each star will be split.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: number returnsValue = $(".selector").wijrating("option", "split"); // Set value var newValue; // Type: number $(".selector").wijrating("option", "split", newValue); }); |
Javascript (Specification) | |
---|---|
|