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

Default value: false

Determines whether the maximum length constraint for input is byte-based or character-based.

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

Reference

options type
wijinputtext jQuery Widget