wijmo.input.wijinputmask Namespace > options type : text Option |
Default value: null
Determines the default text.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijinputmask("option", "text"); // Set value var newValue; // Type: string $(".selector").wijinputmask("option", "text", newValue); }); |
Javascript (Specification) | |
---|---|
|