Wijmo UI for the Web
highlightMatching Option

Default value: true

A value that determines whether to highlight the keywords in an item.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijcombobox("option", "highlightMatching");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijcombobox("option", "highlightMatching", newValue);
        
});
Javascript (Specification) 
var highlightMatching : boolean;
Remarks
If "abc" is typed in the textbox, all "abc" matches are highlighted in the drop-down list.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijcombobox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.