Wijmo UI for the Web
iconHeight Option

Default value: 16

An option that determines the height of the icon. All icons should have the same height.

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

See Also

Reference

options type
wijrating jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.