Wijmo UI for the Web
autoSize Option

Default value: false

The autoSize determines whether or not the wijlist will be automatically sized.

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

See Also

Reference

options type
wijlist jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.