jQuery.wijmo.wijslider Namespace > options type : dragFill Field |
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) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijslider.options.dragFill; |
Javascript (Specification) | |
---|---|
var dragFill : boolean; |