Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / grid / group-summary-grid.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5     <title>Summary Grid Example</title>
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     <script type="text/javascript" src="../../bootstrap.js"></script>
9
10     <!-- page specific -->
11     <script type="text/javascript" src="group-summary-grid.js"></script>
12
13         <style type="text/css" media="screen">
14                 .task .x-grid-cell-inner {
15                         padding-left: 15px;
16                 }
17         
18                 .x-grid-row-summary {
19                         
20                 }
21                 .x-grid-row-summary .x-grid-cell-inner {
22                         font-weight: bold;
23                         font-size: 11px;
24                 }
25
26         .icon-grid {
27             background: url(../shared/icons/fam/grid.png) no-repeat 0 -1px;
28         }
29         </style>
30 </head>
31 <body>
32     <h1>Summary Grid Example</h1>
33     <p>Note that the js is not minified so it is readable. See <a href="group-summary-grid.js">summary-grid.js</a>.</p>
34     <div id="grid-example"></div>
35 </body>
36 </html>