The function "ensureVisible" uses "expandPath" which takes a callback to call when the necessary expansions have been completed. "ensureVisible" should also offer the callback.
I'm using:
Can we have that small tweak Please?
I'm using:
Ext.override(Ext.tree.TreeNode, { ensureVisible : function(callback){ this.getOwnerTree().expandPath(this.getPath(), false, callback); } });
#
2
03-13-2007, 07:02 AM
|
It's in Rev 3.
|