Skip to main content
Participating Frequently
April 17, 2006
Question

auto tab?

  • April 17, 2006
  • 1 reply
  • 222 views
is there a way to auto-tab between input text boxes that are created through the createTextBox method?
i have a series of text boxes that can only have one character typed in each. i want it to automaticly go to the next text box once someone has input whatever character.

any ideas?
This topic has been closed for replies.

1 reply

April 17, 2006
Check the FocusManager and the TextInput classes in the help file, specifically the TextInput.change event.