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