With ExtJs you can quickly retrieve a reference to any widget by using css
selector style queries. Something like: query('window[title="My title"]')
and you will retrieve an array of window objects in the dom with that have
the corresponding title. If you query just ('window') you receive all
current windows, etc..

Is there an equivalent in qooxdoo? And, if no, what is best practice to
get/maintain references to widgets?



--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Quickly-reference-widgets-in-browser-and-code-tp7586543.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to