Wijmo UI for the Web
autoNextField Option

Default value: true

Determines whether to automatically moves to the next field.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijinputdate("option", "autoNextField");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijinputdate("option", "autoNextField", newValue);
        
});
Javascript (Specification) 
var autoNextField : boolean;
Remarks
For example, if user want input the '2012-9-20' in inputdate widget, if this option's value is true, when user type '2012' in textbox, it will auto focus in next field, user can type '9' in second field, if this option's value is false, user want to type '9' in second field, they should focus the second field by manual.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijinputdate jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.