Wijmo UI for the Web
autoConvert Option

Default value: true

Gets whether the control automatically converts to the proper format according to the format setting.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijinputmask("option", "autoConvert");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijinputmask("option", "autoConvert", newValue);
        
});
Javascript (Specification) 
var autoConvert : boolean;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijinputmask jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.