fins
21 Oct 2009, 10:29 PM
I hope Ext can supply the "Panel.prototype.setAnchor" method.
for example :
setAnchor : function(anchor){
this.anchorSpec=null;
this.anchor=anchor;
this.ownerCt.layout.layout();
}
it can resize panel by anchor-property at runtime.
for example :
setAnchor : function(anchor){
this.anchorSpec=null;
this.anchor=anchor;
this.ownerCt.layout.layout();
}
it can resize panel by anchor-property at runtime.