commit extjs-2.2.1
[extjs.git] / examples / grid / xml-grid.html
1 <html>\r
2 <head>\r
3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r
4 <title>XML Grid Example</title>\r
5 <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />\r
6 \r
7     <!-- GC -->\r
8         <!-- LIBS -->\r
9         <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>\r
10         <!-- ENDLIBS -->\r
11 \r
12     <script type="text/javascript" src="../../ext-all.js"></script>\r
13     \r
14 <script type="text/javascript" src="xml-grid.js"></script>\r
15 <link rel="stylesheet" type="text/css" href="grid-examples.css" />\r
16 \r
17 <!-- Common Styles for the examples -->\r
18 <link rel="stylesheet" type="text/css" href="../shared/examples.css" />\r
19 </head>\r
20 <body>\r
21 <script type="text/javascript" src="../shared/examples.js"></script><!-- EXAMPLES -->\r
22 <h1>XML Grid Example</h1>\r
23 <p>This example shows how to load a grid with XML data.</p>\r
24 \r
25 <p>This grid also uses autoHeight and autoWidth to dynamically size to fit it's data and columns.</p>\r
26 \r
27 <p>Note that the js is not minified so it is readable. See <a href="xml-grid.js">xml-grid.js</a>.</p>\r
28 \r
29 <p>The data in the grid is loaded from <a href="sheldon.xml">sheldon.xml</a>, which is directly from an Amazon.com search.</p>\r
30 \r
31 <!-- a place holder for the grid. requires the unique id to be passed in the javascript function, and width and height ! -->\r
32 <div id="example-grid"></div>\r
33 \r
34 </body>\r
35 </html>\r