Wijmo UI for the Web
indicatorImage Option

Default value: ""

The Url of the image's indicator.

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

See Also

Reference

options type
wijprogressbar jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.