wijmo.slider.wijslider Namespace > options type : range Option |
Default value: false
The range option, if set to true, allows the slider to detect if you have two handles.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijslider("option", "range"); // Set value var newValue; // Type: boolean $(".selector").wijslider("option", "range", newValue); }); |
Javascript (Specification) | |
---|---|
var range : boolean; |