Wijmo UI for the Web
passwordChar Option
wijmo.input.wijinputtext Namespace > options type : passwordChar Option

Default value: ""

Determines the password char.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijinputtext("option", "passwordChar");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijinputtext("option", "passwordChar", newValue);
        
});
var passwordChar : string;
See Also

Reference

options type
wijinputtext jQuery Widget