Page 1 of 1

Return Key in Form Fields

Posted: Tue Jul 12, 2011 12:08 pm
by basheps
Hi, I have a card that takes in form values. When I press the Tab key the focus automatically goes to the next field. How can I get the Return key to have the same behavior? I've tried listening for the Return key and sending the rawKeyCode of the tab key instead but that doesn't work.

Re: Return Key in Form Fields

Posted: Tue Jul 12, 2011 12:14 pm
by basheps
Silly me. I found the answer. "Tab on Return" is a property of the Text Entry Field.

Re: Return Key in Form Fields

Posted: Tue Jul 12, 2011 12:45 pm
by Klaus
Hi basheps,

hint: the name of the property is "autotab"!
Just in case you need to set this via scipt :)


Best

Klaus