Wijmo UI for the Web
toolTipFormatString Option
wijmo.progressbar.wijprogressbar Namespace > options type : toolTipFormatString Option

Default value: '{1}%'

Set the format of the ToolTip of the progress bar,the expression of the format like the labelFormatString. ,'{1}%').

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijprogressbar("option", "toolTipFormatString");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijprogressbar("option", "toolTipFormatString", newValue);
        
});
var toolTipFormatString : string;
See Also

Reference

options type
wijprogressbar jQuery Widget