Wijmo UI for the Web
ellipsisString Option
wijmo.input.wijinputtext Namespace > options type : ellipsisString Option
Gets or sets a custom string to show in the control when the content exceeds the width of the control. Uses an ellipsis character by default.
Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijinputtext("option", "ellipsisString");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijinputtext("option", "ellipsisString", newValue);
        
});
var ellipsisString : string;
See Also

Reference

options type
wijinputtext jQuery Widget