Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / examples / grid / array-grid.html
1 <html>\r
2 <head>\r
3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r
4 <title>Array Grid Example</title>\r
5     <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />\r
6     <link rel="stylesheet" type="text/css" href="grid-examples.css" />\r
7 \r
8     <!-- Common Styles for the examples -->\r
9     <link rel="stylesheet" type="text/css" href="../shared/examples.css" />\r
10     <!-- GC -->\r
11     <!-- LIBS -->\r
12     <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>\r
13     <!-- ENDLIBS -->\r
14 \r
15     <script type="text/javascript" src="../../ext-all.js"></script>\r
16     <script type="text/javascript" src="array-grid.js"></script>\r
17 \r
18 </head>\r
19 <body>\r
20 <script type="text/javascript" src="../shared/examples.js"></script><!-- EXAMPLES -->\r
21 <h1>Array Grid Example</h1>\r
22 <p>This example shows how to create a grid from Array data.</p>\r
23 <p>Note that the js is not minified so it is readable. See <a href="array-grid.js">array-grid.js</a>.</p>\r
24 \r
25 <div id="grid-example"></div>\r
26 </body>\r
27 </html>\r