Wijmo UI for the Web
isEditable Option

Default value: true

A value that determines whether input is editable.

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

See Also

Reference

options type
wijcombobox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.