Wijmo UI for the Web
labelFormatString Option

Default value: 'undefined%'

Sets the format of the label text.

Syntax
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) 
var labelFormatString : string;
Remarks
The available formats are as follows: undefined or {ProgressValue} express the current progress Value. undefined or {PercentProgress} express the current percent of the progress bar. undefined or {RemainingProgress} express the remaining progress of the progress bar. undefined or {PercentageRemaining} express the remaining percent of the progress bar. undefined or {Min} express the min Vlaue of the progress bar. undefined or {Max} express the max Value of the progress bar.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijprogressbar jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.