Wijmo UI for the Web
autoNextField Field

Default value: true

Determines whether to automatically moves to the next field.

Syntax
Javascript (Usage) 
var value; // Type: boolean
value = jQuery.wijmo.wijinputdate.options.autoNextField;
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

 

 


© 2013 All Rights Reserved.

Send comments on this topic.