Wijmo UI for the Web
maxItemsCount Option

Default value: 5

A value specifies the maximum number of items that will be displayed if the autoSize option is also set to true.

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

See Also

Reference

options type
wijlist jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.