Wijmo UI for the Web
value Method
The value to set.
Sets the current value of the progressbar.
Syntax
Javascript (Usage) 
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var newValue; // Type:  undefined
    
    returnsValue = $(".selector").wijprogressbar("value", newValue);
});
Javascript (Specification) 
function value( 
   newValue : undefined
) : any;

Parameters

newValue
The value to set.
Browser Compatibility
7
5
5

See Also

Reference

wijprogressbar type
wijprogressbar jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.