Wijmo UI for the Web
values Option

Default value: null

The values option can be used to specify multiple handles.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijslider("option", "values");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijslider("option", "values", newValue);
        
});
Javascript (Specification) 
var values : object;
Remarks
If the range option is set to true, then the 'values' option must be set in order to have two handles.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijslider jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.