Hi, Clearly, you must attach a key event to the textfield, and when the enter key is pressed, you must dispatch an execute event to the button.
You have many examples of keyboard processing in the qooxdoo source code. The doc explains also this. Matthias Reuter wrote: > > In my application, I have a TextField and a Button. When either the > TextField is focused and enter/return is pressed or the Button is > clicked, I want some action to happen, so I added an eventlistener. What > exactly is the event for the TextField I have to listen to? It's not > "input", I don't want to monitor every character typed in. It's not > "execute", which works fine for the Button. > -- View this message in context: http://www.nabble.com/Eventhandler-for-Textfield-tf2886145.html#a8121834 Sent from the qooxdoo-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
