Wijmo UI for the Web
maxValue Option

Default value: 100

The value of the progress bar,the type should be numeric.

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

See Also

Reference

options type
wijprogressbar jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.