grid-plugins.html 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  4. <title>Grid Plugins 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. <script type="text/javascript" src="grid-plugins.js"></script>
  10. <style type="text/css">
  11. body .x-panel {
  12. margin-bottom:20px;
  13. }
  14. .icon-grid {
  15. background-image:url(../shared/icons/fam/grid.png) !important;
  16. }
  17. .add {
  18. background-image:url(../shared/icons/fam/add.gif) !important;
  19. }
  20. .option {
  21. background-image:url(../shared/icons/fam/plugin.gif) !important;
  22. }
  23. .remove {
  24. background-image:url(../shared/icons/fam/delete.gif) !important;
  25. }
  26. .save {
  27. background-image:url(../shared/icons/save.gif) !important;
  28. }
  29. </style>
  30. </head>
  31. <body>
  32. <h1>Grid Plugins Examples</h1>
  33. <p>This example demonstrates several plugins. Note that the js is not minified so it is readable.
  34. See <a href="grid-plugins.js">grid-plugins.js</a>.</p>
  35. </body>
  36. </html>