Hello List!
A parent implements the getChildren method which give us the children
array back:
/*!
Return the array of all children
*/
qx.Proto.getChildren = function() {
return this._children;
}
I want to completely wipe out a specific child entry given by its array
index from the array. How is this correctly done?
this._children[index] = null
or
delete this._children[index];
or both?
I'm trying to completely eliminate a child of a parent by doing:
parent.remove(child);
child.dispose();
delete parent._children[childindex];
Thank you for your help.
Best regards...
--
Mit freundlichen Grüßen
Dietrich Streifert
Visionet GmbH
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel