Tabbing Through a Form in Titanium

I saw a recent post on Appcelerator Q&A asking if it were possible to simulate the ‘tab’ key functionality for moving the focus down to the next text field in a form, as opposed to having to manually set an event listener on each text field to listen for the ‘return’ key to be pressed, then setting the focus on the next field.  I’m not sure if the tab option is possible in Ti, but we can automate the latter option a bit by keeping track of our fields in an array.