$(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.