Wijmo UI for the Web
labelFormatString Field

Default value: 'undefined%'

Sets the format of the label text.

Syntax
Javascript (Usage) 
var value; // Type: string
value = jQuery.wijmo.wijprogressbar.options.labelFormatString;
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

 

 


© 2013 All Rights Reserved.

Send comments on this topic.