Wijmo UI for the Web
range Field

Default value: false

The range option, if set to true, allows the slider to detect if you have two handles.

Syntax
Javascript (Usage) 
var value; // Type: boolean
value = jQuery.wijmo.wijslider.options.range;
Javascript (Specification) 
var range : boolean;
Remarks
It will then create a stylable range element between the two handles. You can also create a stylable range with one handle by using the 'min' and 'max' values. A min range goes from the slider min value to the range handle. A max range goes from the range handle to the slider max value.
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.