Cool, thanks.

Alexander Back schrieb:
> Hi Sebastian,
> 
> Sebastian Fastner wrote:
>> Hello,
>>
>> how can I catch an "ENTER" key event a qx.ui.form.TextField is 
>> (hopefully) fireing?
> 
> --snip--
> textField.addListener("keypress", function(e){
>    if (e.getKeyIdentifier().toLowerCase() == "enter")
>    {
>        // more code to come
>     }
> }, textField);
> --snip--
> 
> cheers,
>    Alex
> 
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by:
> SourcForge Community
> SourceForge wants to tell your story.
> http://p.sf.net/sfu/sf-spreadtheword
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

-- 

Dipl.-Inf. (FH) Sebastian Fastner
Am Eselsweg 62a, 55128 Mainz
m...@fastner-online.de

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to