Wijmo UI for the Web
disabled Option
Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").c1field("option", "disabled");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").c1field("option", "disabled", newValue);
        
});
Javascript (Specification) 
var disabled : boolean;
Browser Compatibility
7
5
5

See Also

Reference

options type
c1field jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.