Wijmo UI for the Web
ellipsis Option
wijmo.input.wijinputtext Namespace > options type : ellipsis Option
Gets or sets how to display the ellipsis character, or ellipsisString if specified, when the width of the content exceeds the width of the control.
Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijinputtext("option", "ellipsis");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijinputtext("option", "ellipsis", newValue);
        
});
var ellipsis : string;

Return Value

Valid values:

  • none Does not show an ellipsis character.
  • ellipsisEnd Shows an ellipsis character at the end of the visible content.
  • ellipsisPath Shows an ellipsis character in the middle of the content.
See Also

Reference

options type
wijinputtext jQuery Widget