Wijmo UI for the Web
minLength Option

Default value: 4

A value that determines the minimum length of text that can be entered in the wijcombobox text box to issue an AJAX request.

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

See Also

Reference

options type
wijcombobox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.