Wijmo UI for the Web
indicatorIncrement Option

Default value: 1

The increment of the progress bar's indicator.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijprogressbar("option", "indicatorIncrement");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijprogressbar("option", "indicatorIncrement", newValue);
        
});
Javascript (Specification) 
var indicatorIncrement : number;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijprogressbar jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.