wijmo.progressbar.wijprogressbar Namespace > options type : complete Option |
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: any returnsValue = $(".selector").wijprogressbar("option", "complete"); // Set value var newValue; // Type: any $(".selector").wijprogressbar("option", "complete", newValue); }); |
Javascript (Specification) | |
---|---|
|