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