wijmo.rating.wijrating Namespace > options type : disabled Option |
Default value: false
A value that determines whether or not to disable the rating widget.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijrating("option", "disabled"); // Set value var newValue; // Type: boolean $(".selector").wijrating("option", "disabled", newValue); }); |
Javascript (Specification) | |
---|---|
var disabled : boolean; |