Wijmo UI for the Web
maxLength Option
wijmo.input.wijinputtext Namespace > options type : maxLength Option

Default value: 0

Determines the maximum length of text that can be input in the control.

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

Reference

options type
wijinputtext jQuery Widget