Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / examples / grid / sliding-pager.js
index 1a3f377..d14e181 100644 (file)
@@ -1,11 +1,9 @@
-/*\r
- * Ext JS Library 2.2.1\r
- * Copyright(c) 2006-2009, Ext JS, LLC.\r
- * licensing@extjs.com\r
- * \r
- * http://extjs.com/license\r
- */\r
-\r
+/*!
+ * Ext JS Library 3.0.0
+ * Copyright(c) 2006-2009 Ext JS, LLC
+ * licensing@extjs.com
+ * http://www.extjs.com/license
+ */
 Ext.onReady(function(){\r
 \r
     var myData = [\r
 Ext.onReady(function(){\r
 \r
     var myData = [\r
@@ -62,7 +60,7 @@ Ext.onReady(function(){
 \r
     // create the data store\r
     var store = new Ext.data.Store({\r
 \r
     // create the data store\r
     var store = new Ext.data.Store({\r
-        proxy: new Ext.data.PagingMemoryProxy(myData),\r
+        proxy: new Ext.ux.data.PagingMemoryProxy(myData),\r
         remoteSort:true,\r
         sortInfo: {field:'price', direction:'ASC'},\r
         reader: new Ext.data.ArrayReader({\r
         remoteSort:true,\r
         sortInfo: {field:'price', direction:'ASC'},\r
         reader: new Ext.data.ArrayReader({\r
@@ -96,7 +94,7 @@ Ext.onReady(function(){
         plugins: new Ext.ux.PanelResizer({\r
             minHeight: 100\r
         }),\r
         plugins: new Ext.ux.PanelResizer({\r
             minHeight: 100\r
         }),\r
-        \r
+\r
         bbar: new Ext.PagingToolbar({\r
             pageSize: 10,\r
             store: store,\r
         bbar: new Ext.PagingToolbar({\r
             pageSize: 10,\r
             store: store,\r