-
15 Aug 2010 6:37 AM #11
if missing?
if missing?
In line 203 (in onDestroy) there is an if missing. Comparing the Ext JS 3.2.1 version of the RowExpander with yours I think the onDestroy function should look like this:
PHP Code:if (this.keyNav) {
this.keyNav.disable();
delete this.keyNav;
}
var mainBody = this.grid.getView().mainBody;
mainBody && mainBody.un( 'mousedown', this.onMouseDown, this);
-
3 Dec 2010 7:59 AM #12
It might have been deliberate, but I'll look into it. Thanks for the heads up.
-
11 Jun 2011 11:37 PM #13
@daiei27,
Wondered if you have an 4.x compatible version of this updated UX?
-
16 Jun 2011 5:30 PM #14
I haven't had time to upgrade yet...
Maybe someone could help if you post some code snippets and/or whatever errors you were seeing...
-
21 Jan 2013 4:00 AM #15
Hi Anybody please post the upgraded version of Rowexpander plugin . The one which is there in Sencha docs have some issue. Please post the upgraded for ext4.0


Reply With Quote