wijmo.progressbar.wijprogressbar Namespace > options type : indicatorImage Option |
Default value: ""
The Url of the image's indicator.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijprogressbar("option", "indicatorImage"); // Set value var newValue; // Type: string $(".selector").wijprogressbar("option", "indicatorImage", newValue); }); |
Javascript (Specification) | |
---|---|
|