abe03606256ea1707005a174aa88cd9b401df176.svn-base 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  4. <title>Grid3 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="RowExpander.js"></script>
  12. <script type="text/javascript" src="grid3.js"></script>
  13. <link rel="stylesheet" type="text/css" href="grid-examples.css" />
  14. <!-- Common Styles for the examples -->
  15. <link rel="stylesheet" type="text/css" href="../examples.css" />
  16. <style type="text/css">
  17. body .x-panel {
  18. margin-bottom:20px;
  19. }
  20. .icon-grid {
  21. background-image:url(../shared/icons/fam/grid.png) !important;
  22. }
  23. #button-grid .x-panel-body {
  24. border:1px solid #99bbe8;
  25. border-top:0 none;
  26. }
  27. .add {
  28. background-image:url(../shared/icons/fam/add.gif) !important;
  29. }
  30. .option {
  31. background-image:url(../shared/icons/fam/plugin.gif) !important;
  32. }
  33. .remove {
  34. background-image:url(../shared/icons/fam/delete.gif) !important;
  35. }
  36. .save {
  37. background-image:url(../shared/icons/save.gif) !important;
  38. }
  39. </style>
  40. </head>
  41. <body>
  42. <script type="text/javascript" src="../examples.js"></script><!-- EXAMPLES -->
  43. <h1>GridView3 Example</h1>
  44. <p>Note that the js is not minified so it is readable. See <a href="grid3.js">grid3.js</a>.</p>
  45. </body>
  46. </html>