Wijmo UI for the Web
smartInputMode Option

Default value: false

Determines whether the control should interpret incomplete year information using the value provided in the "startYear" option.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijinputdate("option", "smartInputMode");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijinputdate("option", "smartInputMode", newValue);
        
});
Javascript (Specification) 
var smartInputMode : boolean;
Remarks
If this option is set to true, the control will interpret years in the format "00**" as "20**" or "19**", depending on the value of "startYear".
Browser Compatibility
7
5
5

See Also

Reference

options type
wijinputdate jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.