Wijmo UI for the Web
selectOnItemFocus Option

Default value: false

A value that determines whether to select the item when the item gains focus or is activated.

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

See Also

Reference

options type
wijcombobox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.