Wijmo UI for the Web
readonly Option
wijmo.input.wijinputnumber Namespace > options type : readonly Option

Default value: false

Determines whether a user can enter a value in the wijinput widget. If readonly is true, user can't input value to the wijinput widget by ui operation, such as spin, pick value from pickers.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijinputnumber("option", "readonly");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijinputnumber("option", "readonly", newValue);
        
});
var readonly : boolean;
See Also

Reference

options type
wijinputnumber jQuery Widget