wijmo.input.wijinputmask Namespace > options type : promptChar Option |
Default value: '_'
Determines the character that appears when the widget has focus but no input has been entered.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijinputmask("option", "promptChar"); // Set value var newValue; // Type: string $(".selector").wijinputmask("option", "promptChar", newValue); }); |
Javascript (Specification) | |
---|---|
|