panhudie
6 Oct 2007, 6:24 PM
the source code in TreePanel.js is:
if(this.singleExpand){
this.on("beforeexpand", this.restrictExpand, this);
}
I think it should be: this.on("beforeexpandnode", this.restrictExpand, this)
if(this.singleExpand){
this.on("beforeexpand", this.restrictExpand, this);
}
I think it should be: this.on("beforeexpandnode", this.restrictExpand, this)