Wijmo UI for the Web
skipLiterals Option

Default value: true

Indicates whether the user is allowed to re-enter literal values.

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