Wijmo UI for the Web
labelAlign Option

Default value: 'center'

The label's alignment on the progress bar. The value should be "east", "west", "center", "north", "south" or "running".

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijprogressbar("option", "labelAlign");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijprogressbar("option", "labelAlign", newValue);
        
});
Javascript (Specification) 
var labelAlign : string;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijprogressbar jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.