source: trunk/web/addons/job_monarch/lib/extjs/examples/grid/grouping.html @ 619

Last change on this file since 619 was 619, checked in by ramonb, 15 years ago

lib/:

  • added new AJAX dependancies: ExtJS, pChart, Lightbox2
File size: 1.7 KB
Line 
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4<title>Grid3 Grouping Example</title>
5
6    <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
7
8    <!-- GC -->
9        <!-- LIBS -->
10        <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
11        <!-- ENDLIBS -->
12
13    <script type="text/javascript" src="../../ext-all.js"></script>
14
15
16    <script type="text/javascript" src="grouping.js"></script>
17    <link rel="stylesheet" type="text/css" href="grid-examples.css" />
18
19    <!-- Common Styles for the examples -->
20    <link rel="stylesheet" type="text/css" href="../shared/examples.css" />
21
22    <style type="text/css">
23        body .x-panel {
24            margin-bottom:20px;
25        }
26        .icon-grid {
27            background-image:url(../shared/icons/fam/grid.png) !important;
28        }
29        #button-grid .x-panel-body {
30            border:1px solid #99bbe8;
31            border-top:0 none;
32        }
33        .add {
34            background-image:url(../shared/icons/fam/add.gif) !important;
35        }
36        .option {
37            background-image:url(../shared/icons/fam/plugin.gif) !important;
38        }
39        .remove {
40            background-image:url(../shared/icons/fam/delete.gif) !important;
41        }
42        .save {
43            background-image:url(../shared/icons/save.gif) !important;
44        }
45    </style>
46</head>
47<body>
48<script type="text/javascript" src="../shared/examples.js"></script><!-- EXAMPLES -->
49<h1>GridView3 Grouping</h1>
50<p>Note that the js is not minified so it is readable. See <a href="grouping.js">grouping.js</a>.</p>
51
52</body>
53</html>
Note: See TracBrowser for help on using the repository browser.