wijmo.slider.wijslider Namespace > options type : dragFill Option |
Default value: true
The dragFill option, when set to true, allows the user to drag the fill between the thumb buttons on the slider widget.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijslider("option", "dragFill"); // Set value var newValue; // Type: boolean $(".selector").wijslider("option", "dragFill", newValue); }); |
Javascript (Specification) | |
---|---|
var dragFill : boolean; |