Wijmo UI for the Web
inputTextInDropDownList Option

Default value: false

A value that specifies the input text of the combobox is in dropdown list or not.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijcombobox("option", "inputTextInDropDownList");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijcombobox("option", "inputTextInDropDownList", newValue);
        
});
Javascript (Specification) 
var inputTextInDropDownList : boolean;
Remarks
It's readonly option, if user typed text is not in dropdown list, it returns false; if user selects a item form the dropdown list or typed text in dropdown list, it returns true.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijcombobox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.