[qooxdoo-devel] typo in documentation

2012-06-07 Thread Benjamin Dreux
Hi I've noticed a typo in the documentation: http://demo.qooxdoo.org/current/apiviewer/#qx.data.controller.List On the Green block at the top of the pgae, in the section called cross reference , on the third line it says: If you want to bin a form widget, use qx.data.controller.Form which should b

Re: [qooxdoo-devel] Disposing of Commands and Tooltips

2012-06-07 Thread Gary Daniels
I am just using the built-in buttons, labels, tables, etc. I am not specifically using any extra DOM elements that I know of. So, with the standard widgets, I only need to dispose them? Do I need to manually remove event listeners from them? On Thu, Jun 7, 2012 at 4:09 AM, Martin Wittemann wrote

Re: [qooxdoo-devel] Disposing of Commands and Tooltips

2012-06-07 Thread Martin Wittemann
Hey, have you set up any reference to a DOM element? If not, your fine. If so, you you just cut all references and event listeners and thats it. Regards, Martin Am 07.06.2012 um 09:49 schrieb Gary Daniels: > Anyone? > > I'll assume I do need to remove all event listeners manually, but when > an

Re: [qooxdoo-devel] Disposing of Commands and Tooltips

2012-06-07 Thread Gary Daniels
Anyone? I'll assume I do need to remove all event listeners manually, but when and how do I "remove references from DOM elements"? On Tue, Jun 5, 2012 at 9:53 AM, Gary Daniels wrote: > Ok, so I do need to manually remove all event listeners? > > Also, how do I "remove references from DOM elemen