Aaron Cooper schrieb:
> Fugeddit!
>  
> Found a post about using generic javascript event names. So this works:
>  
> var txt_email = new ftmDataEntryTextfield('email',50,150);
> txt_email.addEventListener("blur", function(e) {
>   txt_email.setValue(txt_email.getValue()+'@domain.co.nz');
> });
>  
Hi Aaron,

take a look at the Wiki:

http://qooxdoo.org/documentation/user_manual/using_events
http://qooxdoo.org/documentation/user_manual/available_events

You can see the availible events in the API browser as well. Just check 
"show inherited" under the "events" headline.

http://api.qooxdoo.org/#qx.ui.form.TextField


Best Fabian

-------------------------------------------------------------------------
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

Reply via email to