Wijmo UI for the Web
value Method
The value to set.
Sets the current value of the progressbar.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijprogressbar();
var value; // Type: any

// Parameters
var newValue; // Type:  undefined

value = instance.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

 

 


© 2013 All Rights Reserved.

Send comments on this topic.