-
Notifications
You must be signed in to change notification settings - Fork 1
autoTab
jdubs edited this page Oct 23, 2016
·
1 revision
This function changes focus from the current textbox to the specified control when the input length matches the MaxLength property of the textbox.
autoTab(controlName)
( controlName ) The name of the control that will receive focus.
spec['City'].autoTab('State');