Hi Konrad,

I don't know of any way to set this behavior for all fields at once. You 
could add a "keyup" listener to each one of your text fields and check 
if the event's keyIdentifier property has the value "Enter".


Regards,
Daniel

Konrad Anton schrieb:
> Hi all,
> 
> I'm trying to build a CRUD application with qooxdoo 0.8.3. So far I've 
> built a form (using a couple of qx.ui.form.TextField instances and a 
> qx.data.controller.Object to bind them to a model, as well as a 
> qx.ui.form.Button to submit the form).
> 
> I'd like my data entry form to be completely keyboard-driven. Since many 
> of the fields are optional, I'd like the user to be able to submit the 
> form by pressing the Return key from within any of the text fields. How 
> can I achieve that in qooxdoo?
> 
> Greetings,
> Konrad
> 
> 
> 

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to