array-grid.html 997 B

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