3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
\r
4 <title>Grid3 Group Summary Plugin</title>
\r
6 <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
\r
10 <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
\r
13 <script type="text/javascript" src="../../ext-all.js"></script>
\r
16 <script type="text/javascript" src="GroupSummary.js"></script>
\r
17 <script type="text/javascript" src="totals.js"></script>
\r
19 <link rel="stylesheet" type="text/css" href="summary.css" />
\r
20 <link rel="stylesheet" type="text/css" href="grid-examples.css" />
\r
22 <!-- Common Styles for the examples -->
\r
23 <link rel="stylesheet" type="text/css" href="../shared/examples.css" />
\r
25 <style type="text/css">
\r
32 .x-grid3-cell-inner {
\r
33 font-family:"segoe ui",tahoma, arial, sans-serif;
\r
35 .x-grid-group-hd div {
\r
36 font-family:"segoe ui",tahoma, arial, sans-serif;
\r
39 font-family:"segoe ui",tahoma, arial, sans-serif;
\r
42 .x-grid3-body .x-grid3-td-cost {
\r
43 background-color:#f1f2f4;
\r
45 .x-grid3-summary-row .x-grid3-td-cost {
\r
46 background-color:#e1e2e4;
\r
49 background-image:url(../shared/icons/fam/grid.png) !important;
\r
51 .x-grid3-dirty-cell {
\r
52 background-image:none;
\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