wijmo.input.wijinputmask Namespace > options type : passwordChar Option |
Default value: ""
Determines the character to be substituted for the actual input characters.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijinputmask("option", "passwordChar"); // Set value var newValue; // Type: string $(".selector").wijinputmask("option", "passwordChar", newValue); }); |
Javascript (Specification) | |
---|---|
|