Upgrade to ExtJS 3.2.0 - Released 03/30/2010
[extjs.git] / examples / grid / grouping.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4 <title>Grid3 Grouping Example</title>
5
6     <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
7
8     <!-- GC -->
9     <!-- LIBS -->
10     <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
11     <!-- ENDLIBS -->
12
13     <script type="text/javascript" src="../../ext-all-debug.js"></script>
14
15
16     <script type="text/javascript" src="grouping.js"></script>
17     <link rel="stylesheet" type="text/css" href="grid-examples.css" />
18
19     <!-- Common Styles for the examples -->
20     <link rel="stylesheet" type="text/css" href="../shared/examples.css" />
21
22     <style type="text/css">
23         body .x-panel {
24             margin-bottom:20px;
25         }
26         .icon-grid {
27             background-image:url(../shared/icons/fam/grid.png) !important;
28         }
29         .icon-clear-group {
30             background-image:url(../shared/icons/fam/control_rewind.png) !important;
31         }
32         #button-grid .x-panel-body {
33             border:1px solid #99bbe8;
34             border-top:0 none;
35         }
36         .add {
37             background-image:url(../shared/icons/fam/add.gif) !important;
38         }
39         .option {
40             background-image:url(../shared/icons/fam/plugin.gif) !important;
41         }
42         .remove {
43             background-image:url(../shared/icons/fam/delete.gif) !important;
44         }
45         .save {
46             background-image:url(../shared/icons/save.gif) !important;
47         }
48     </style>
49 </head>
50 <body>
51 <script type="text/javascript" src="../shared/examples.js"></script><!-- EXAMPLES -->
52 <h1>GridView3 Grouping</h1>
53 <p>Note that the js is not minified so it is readable. See <a href="grouping.js">grouping.js</a>.</p>
54
55 </body>
56 </html>