wijmo.combobox.wijcombobox Namespace > options type : highlightMatching Option |
Default value: true
A value that determines whether to highlight the keywords in an item.
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; |