Christoph Dorn schrieb:
How do I set the ID attribute of a widget when I create it so I can fetch it with document.getElementById later or alternatively is there a qooxdoo way of fetching references to widgets?
You can build your own array or hash table to manage your objects. To be able to use getElementById you can use setHtmlProperty("id", "yourId") for your widget. But this doesn't work for all other non-widget objects in qooxdoo.
How can the ID be set using QxBuilder?
I don't know. Sebastian
Thanks Christoph ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
