Show
Ignore:
Timestamp:
07/09/09 14:55:22 (3 years ago)
Author:
tsuckow
Message:
  • enhancement: added Ext 3.0.0 compatibility
  • fixed: (GridView?.js) listener "onBeforeLoad()" now aborts any ongoing server request and properly resets properties "isBuffering" and "isPreBuffering"
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/Ext3.0/trunk/CHANGELOG

    r56 r57  
    1 26-June 2009 
     109-July 2009 
     2 - enhancement: added Ext 3.0.0 compatibility 
     3 - fixed: (GridView.js) listener "onBeforeLoad()" now aborts any ongoing server 
     4request and properly resets properties "isBuffering" and "isPreBuffering" 
     5 
     626-June 2009 
    27 - fixed: fixed an erroneous call to superclass' implementation of "initComponent()" 
    38in Ext.ux.grid.livegrid.EditorGridPanel