Show
Ignore:
Timestamp:
01/04/10 13:48:26 (2 years ago)
Author:
tsuckow
Message:
  • enhancement: (JsonReader?.js) added compatibility for Ext 3.0.3
  • enhancement: (GridView?.js) replaced call to "Ext.each" in "processRows()" with for-loop
  • fixed: (GridView?.js) added property "loadMaskDisplayed" to indicate whether

loadMask is currently being displayed; fixed an issue that would not stripe rows when grid is being refreshed;

Files:
1 modified

Legend:

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

    r59 r64  
    1 10-July 2009 
     104-January-2009 
     2 - enhancement: (JsonReader.js) added compatibility for Ext 3.0.3 
     3 - enhancement: (GridView.js) replaced call to "Ext.each" in "processRows()" 
     4with for-loop 
     5 - fixed: (GridView.js) added property "loadMaskDisplayed" to indicate whether 
     6loadMask is currently being displayed; fixed an issue that would not stripe rows when grid is being refreshed; 
     7 
     810-July 2009 
    29 - fixed: fixed an error that would be triggered if the store uses a custom proxy, 
    310such as Ext.data.DirectProxy; introduced event "abortrequest" to be aware of cases