Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / examples / grid / custom-grid.js
diff --git a/examples/grid/custom-grid.js b/examples/grid/custom-grid.js
deleted file mode 100644 (file)
index 8448cd6..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-/*\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.onReady(function(){\r
-    var propsGrid = new Ext.grid.PropertyGrid({\r
-        el:'props-grid',\r
-        nameText: 'Properties Grid',\r
-        width:300,\r
-        autoHeight:true,\r
-        viewConfig : {\r
-            forceFit:true,\r
-            scrollOffset:2 // the grid will never have scrollbars\r
-        }\r
-    });\r
-\r
-    propsGrid.render();\r
-\r
-    propsGrid.setSource({\r
-        "(name)": "Properties Grid",\r
-        "grouping": false,\r
-        "autoFitColumns": true,\r
-        "productionQuality": false,\r
-        "created": new Date(Date.parse('10/15/2006')),\r
-        "tested": false,\r
-        "version": .01,\r
-        "borderWidth": 1\r
-    });\r
-});
\ No newline at end of file