Roo/data/Store.js
authorEdward <edward@roojs.com>
Mon, 16 Jun 2014 08:41:45 +0000 (16:41 +0800)
committerEdward <edward@roojs.com>
Mon, 16 Jun 2014 08:41:45 +0000 (16:41 +0800)
Roo/data/Store.js

index 2280f8f..5a062eb 100644 (file)
@@ -712,5 +712,13 @@ Roo.extend(Roo.data.Store, Roo.util.Observable, {
         this.sortInfo = meta.sortInfo || this.sortInfo;
         this.modified = [];
         this.fireEvent('metachange', this, this.reader.meta);
+    },
+    
+    moveIndex : function(data, type)
+    {
+//        var index = this.indexOf(data);
+//        
+//        var newIndex = index + 1;
+        
     }
 });
\ No newline at end of file