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

Default value: 0

Determines the max count of lines can be input into the Edit control.

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

Reference

options type
wijinputtext jQuery Widget