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
9 <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
\r
12 <script type="text/javascript" src="../../ext-all.js"></script>
\r
14 <script type="text/javascript" src="xml-grid.js"></script>
\r
15 <link rel="stylesheet" type="text/css" href="grid-examples.css" />
\r
17 <!-- Common Styles for the examples -->
\r
18 <link rel="stylesheet" type="text/css" href="../shared/examples.css" />
\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
25 <p>This grid also uses autoHeight and autoWidth to dynamically size to fit it's data and columns.</p>
\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
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
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