I put the following code into skintoolbar.js and execute it
in function CleanUp() of my main document which is called in
<body >
 
---------
CoreSkinToolbar.prototype.destroy=function() {
 for (var i=0;i<this.children.length;i++){
    this.children[i].destroy();
 }
 delete this.items;
 delete this.theme;
 this.parent.deleteChild(this);
}

Reply via email to