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

Default value: false

Gets or sets whether display the OverflowTip.

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

Reference

options type
wijinputtext jQuery Widget