Upgrade to ExtJS 4.0.0 - Released 04/26/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         #button-grid .x-panel-body {
20             border:1px solid #99bbe8;
21             border-top:0 none;
22         }
23         .add {
24             background-image:url(../shared/icons/fam/add.gif) !important;
25         }
26         .option {
27             background-image:url(../shared/icons/fam/plugin.gif) !important;
28         }
29         .remove {
30             background-image:url(../shared/icons/fam/delete.gif) !important;
31         }
32         .save {
33             background-image:url(../shared/icons/save.gif) !important;
34         }
35     </style>
36 </head>
37 <body>
38     <h1>Grid Plugins Examples</h1>
39     <p>This example demonstrates several plugins.  Note that the js is not minified so it is readable.
40     See <a href="grid-plugins.js">grid-plugins.js</a>.</p>
41
42 </body>
43 </html>