wijmo.progressbar Namespace > wijprogressbar type : value Method |
Javascript (Usage) | |
---|---|
$(function () { var returnsValue; // Type: any // Parameters var newValue; // Type: undefined returnsValue = $(".selector").wijprogressbar("value", newValue); }); |
Javascript (Specification) | |
---|---|
function value( newValue : undefined ) : any; |