Wijmo UI for the Web
passwordChar Option

Default value: ""

Determines the character to be substituted for the actual input characters.

Syntax
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) 
var passwordChar : string;
Remarks
This property doesn't take effect when maskFormat property is set to a Regex value.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijinputmask jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.