initial import
[roojs1] / 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 \r
6      <link rel="stylesheet" type="text/css" href="../../cssX/roojs-all.css"/>
7     <link rel="stylesheet" type="text/css" href="../../cssX/xtheme-slate.css"/>
8
9      <script type="text/javascript" src="../../roojs-all.js"></script>   
10   \r
11     <script type="text/javascript" src="array-grid.js"></script>\r
12     <link rel="stylesheet" type="text/css" href="grid-examples.css" />\r
13 \r
14     <!-- Common Styles for the examples -->\r
15     <link rel="stylesheet" type="text/css" href="../examples.css" />\r
16 </head>\r
17 <body>\r
18 <script type="text/javascript" src="../examples.js"></script><!-- EXAMPLES -->\r
19 <h1>Array Grid Example</h1>\r
20 <p>This example shows how to create a grid from Array data.</p>\r
21 <p>Note that the js is not minified so it is readable. See 
22 <button type="button" onclick="RooDocs.viewSource.show('/array-grid.js')">array-grid.js</button>  and 
23 <button type="button" onclick="RooDocs.viewSource.show('/array-grid.html')">array-grid.html</button> .</p>\r
24 \r
25 <div id="grid-panel" style="width:600px;height:300px;">\r
26 <div id="grid-example"></div>\r
27 </div>\r
28 </body>\r
29 </html>\r