3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
\r
4 <title>Custom Group Summary Plugin Example</title>
\r
7 <!-- base library -->
\r
8 <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
\r
10 <!-- overrides to base library -->
\r
11 <link rel="stylesheet" type="text/css" href="../ux/css/GroupSummary.css" />
\r
13 <!-- page specific -->
\r
14 <link rel="stylesheet" type="text/css" href="../shared/examples.css" />
\r
15 <link rel="stylesheet" type="text/css" href="grid-examples.css" />
\r
17 <style type="text/css">
\r
18 .x-grid3-cell-inner {
\r
19 font-family:"segoe ui",tahoma, arial, sans-serif;
\r
21 .x-grid-group-hd div {
\r
22 font-family:"segoe ui",tahoma, arial, sans-serif;
\r
25 font-family:"segoe ui",tahoma, arial, sans-serif;
\r
28 .x-grid3-body .x-grid3-td-cost {
\r
29 background-color:#f1f2f4;
\r
31 .x-grid3-summary-row .x-grid3-td-cost {
\r
32 background-color:#e1e2e4;
\r
35 background-image:url(../shared/icons/fam/grid.png) !important;
\r
37 .x-grid3-dirty-cell {
\r
38 background-image:none;
\r
42 <!-- ** Javascript ** -->
\r
43 <!-- ExtJS library: base/adapter -->
\r
44 <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
\r
46 <!-- ExtJS library: all widgets -->
\r
47 <script type="text/javascript" src="../../ext-all.js"></script>
\r
49 <!-- overrides to base library -->
\r
52 <script type="text/javascript" src="../ux/GroupSummary.js"></script>
\r
54 <!-- page specific -->
\r
55 <script type="text/javascript" src="totals.js"></script>
\r
59 <h1>Custom Group Summary Plugin Example</h1>
\r
60 <p>Demonstrates the custom <a href="../ux/GroupSummary.js">Ext.ux.grid.GroupSummary</a> class.</p>
\r
61 <p>Note that the js is not minified so it is readable. See <a href="totals.js">totals.js</a>.</p>
\r