Mio, On 16/01/07, Mio <[EMAIL PROTECTED]> wrote: > > I need comunicate a form with textbox. > request information form php and post resp into textbox.... > > I don“t find any example for this , I use version 0.64 of qooxdoo .... > and I dont have any idea to do this ... > > thanks for help .. :-)
I believe that there is a tutorial being worked on to assist with writing client/server applications, and hopefully one of the things that it will cover is submitting information in forms. There's also been a recent question to the forum where a few alternative ways have been listed. I've only been writing qooxdoo code for a few weeks, but my favourite way is to write a class to represent the form, and to have a pair of methods which read and write the form contents as a Javascrpt Object (which is essentially a hash table). This hash table can then easily be serialised to or from the server as required by the application. If no one can point to an existing solution, I can write a simple example of this, Regards, Nick ------------------------------------------------------------------------- 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
