Wijmo UI for the Web
fillDirection Option

Default value: 'east'

The fill direction of the progress bar.the value should be "east", "west", "north" or "south".

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

See Also

Reference

options type
wijprogressbar jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.