groupgrid.html 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <title>Grouped Grid Example</title>
  5. <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css"/>
  6. <link rel="stylesheet" type="text/css" href="../shared/example.css" />
  7. <!-- GC -->
  8. <script type="text/javascript" src="../../ext-all.js"></script>
  9. <!-- page specific -->
  10. <script type="text/javascript" src="groupdemodata.js"></script>
  11. <script type="text/javascript" src="groupgrid.js"></script>
  12. <style type="text/css">
  13. .icon-grid {
  14. background-image:url(../shared/icons/fam/grid.png) !important;
  15. }
  16. .icon-clear-group {
  17. background-image:url(../shared/icons/fam/control_rewind.png) !important;
  18. }
  19. </style>
  20. </head>
  21. <body>
  22. <h1>Grouping Grid Example</h1>
  23. <p>This example illustrates how to use the grouping feature of the Grid.</p>
  24. <p>Note that the js is not minified so it is readable. See <a href="groupgrid.js">groupgrid.js</a>.</p>
  25. </body>
  26. </html>