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