Hey,

Do you mean you want to show the current selected row of the table in a form, 
like a master-detail view?
If yes, you can gete the selection via the selection model of the table. Maybe 
its a good idea to use the anchor selection index. With that index, you can 
query your remote table model to the the data of that row. After having the 
data, you can pas the data to your predefined form using the data binding. Just 
take a look at the form data binding demos in the qooxdoo demo browser to see 
how this could be done automatically.

Best,
Martin


Am 09.11.2010 um 19:33 schrieb Mauro Cordon:

Hi,

 I have a class table.mode.Remote, where I have comunication with php. This is 
work fine.
 I want create a form, where connect table.mode.Remote with field from my form, 
what can i do this ?

  Thank's for any help,

--
Mauro Cordon.ยท.   -)-----
---------------------------------------------------------------
[email protected]<mailto:[email protected]> - 
[email protected]<mailto:[email protected]>
Linux User #347961
"Audaces Fortuna Juvat"
<ATT00001..txt><ATT00002..txt>

------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to