Izaak Branderhorst wrote:
I think the widget id (hashcode) you're talking about is only useful for qooxdoo's internals.
Hi Izaaak,
who knows... ;-) It is auto-incremental integer, unique for every decentent of QxObject, every decendet of QxObject has toHashCode() method.... So, I think if You do not need direct modification of DOM element (when You really have to setHtmlProperty('id','xxx')), You can secessfully use hashCode. And more: if Your object is in QxObjectDataBase global array (visible widgets etc), You can search this array for object with some hashCode, so You do not have to search clientDocument for object with (by You setted) htmlProperty or userData.


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

Reply via email to