Wijmo UI for the Web
promptChar Option

Default value: '_'

Determines the character that appears when the widget has focus but no input has been entered.

Syntax
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) 
var promptChar : string;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijinputmask jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.