Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / examples / grid / grid-plugins.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4 <title>Grid Plugins Example</title>
5
6     <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
7     <link rel="stylesheet" type="text/css" href="../shared/example.css" />
8
9     <script type="text/javascript" src="../../bootstrap.js"></script>
10     <script type="text/javascript" src="grid-plugins.js"></script>
11
12     <style type="text/css">
13         body .x-panel {
14             margin-bottom:20px;
15         }
16         .icon-grid {
17             background-image:url(../shared/icons/fam/grid.png) !important;
18         }
19         .add {
20             background-image:url(../shared/icons/fam/add.gif) !important;
21         }
22         .option {
23             background-image:url(../shared/icons/fam/plugin.gif) !important;
24         }
25         .remove {
26             background-image:url(../shared/icons/fam/delete.gif) !important;
27         }
28         .save {
29             background-image:url(../shared/icons/save.gif) !important;
30         }
31     </style>
32 </head>
33 <body>
34     <h1>Grid Plugins Examples</h1>
35     <p>This example demonstrates several plugins.  Note that the js is not minified so it is readable.
36     See <a href="grid-plugins.js">grid-plugins.js</a>.</p>
37
38 </body>
39 </html>