commit extjs-2.2.1
[extjs.git] / examples / grid / totals.html
1 <html>\r
2 <head>\r
3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r
4 <title>Grid3 Group Summary Plugin</title>\r
5 \r
6     <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />\r
7 \r
8     <!-- GC -->\r
9         <!-- LIBS -->\r
10         <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>\r
11         <!-- ENDLIBS -->\r
12 \r
13     <script type="text/javascript" src="../../ext-all.js"></script>\r
14 \r
15 \r
16     <script type="text/javascript" src="GroupSummary.js"></script>\r
17     <script type="text/javascript" src="totals.js"></script>\r
18 \r
19     <link rel="stylesheet" type="text/css" href="summary.css" />\r
20     <link rel="stylesheet" type="text/css" href="grid-examples.css" />\r
21 \r
22     <!-- Common Styles for the examples -->\r
23     <link rel="stylesheet" type="text/css" href="../shared/examples.css" />\r
24 \r
25     <style type="text/css">\r
26         .negative {\r
27             color: #dd0000;\r
28         }\r
29         .positive {\r
30             color: green;\r
31         }\r
32         .x-grid3-cell-inner {\r
33             font-family:"segoe ui",tahoma, arial, sans-serif;\r
34         }\r
35         .x-grid-group-hd div {\r
36             font-family:"segoe ui",tahoma, arial, sans-serif;\r
37         }\r
38         .x-grid3-hd-inner {\r
39             font-family:"segoe ui",tahoma, arial, sans-serif;\r
40             font-size:12px;\r
41         }\r
42         .x-grid3-body .x-grid3-td-cost {\r
43             background-color:#f1f2f4;\r
44         }\r
45         .x-grid3-summary-row .x-grid3-td-cost {\r
46             background-color:#e1e2e4;\r
47         }\r
48         .icon-grid {\r
49             background-image:url(../shared/icons/fam/grid.png) !important;\r
50         }\r
51         .x-grid3-dirty-cell {\r
52             background-image:none;\r
53         }\r
54     </style>\r
55 </head>\r
56 <body>\r
57 <script type="text/javascript" src="../shared/examples.js"></script><!-- EXAMPLES -->\r
58 <h1>Group Summary Plugin</h1>\r
59 <p>Note that the js is not minified so it is readable. See <a href="totals.js">totals.js</a>.</p>\r
60 \r
61 </body>\r
62 </html>\r