the TextInput class has a built-in 'enter' event which fires when enter is pressed in a TextInput field.

an example:

<mx:TextInput id="password" displayAsPassword="true" enter="loginUser ()"/>

Tabbing in forms works by default, but if you need something special, then you can use the tab methods and properties of the controls as well.

http://livedocs.adobe.com/flex/201/langref/mx/controls/TextInput.html

- Kevin



On Mar 13, 2007, at 10:36 PM, offus99 wrote:

Just like in HTML hitting Enter submits a form and hitting tab sets
focus to the next form item, how do I achieve something similar in Flex?




Reply via email to