jQuery.wijmo.wijslider Namespace > options type : range Field |
Default value: false
The range option, if set to true, allows the slider to detect if you have two handles.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijslider.options.range; |
Javascript (Specification) | |
---|---|
var range : boolean; |