> Your container didn't know a member called "username"!
> I guess you use a grid layout so it's easy to access the child widgets
> of the container because you know what you want and where they are. Try
> the following in your handler function:
>
> var username = this.__container.getCellWidget(0, 1);
> alert(username.getValue());
>
> Please do not simple copy and paste code from the mailing list or demo
> browser or somewhere else. Try to understand what this code does! This
> way you learn more about javascript and qooxdoo.
>    
But i add the password field to the _container. Why i cant access it via 
__container.password.getValue()



------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to