wijmo.progressbar.wijprogressbar Namespace > options type : labelFormatString Option |
Default value: 'undefined%'
Sets the format of the label text.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijprogressbar("option", "labelFormatString"); // Set value var newValue; // Type: string $(".selector").wijprogressbar("option", "labelFormatString", newValue); }); |
Javascript (Specification) | |
---|---|
|