Wijmo UI for the Web
allowPromptAsInput Option

Default value: false

Indicates whether promptChar can be entered as valid data by the user.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijinputmask("option", "allowPromptAsInput");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijinputmask("option", "allowPromptAsInput", newValue);
        
});
Javascript (Specification) 
var allowPromptAsInput : boolean;
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.