Wijmo UI for the Web
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.

Syntax
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;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijslider jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.