Upgrade to ExtJS 3.1.0 - Released 12/16/2009
[extjs.git] / examples / grid / ColumnHeaderGroup.html
diff --git a/examples/grid/ColumnHeaderGroup.html b/examples/grid/ColumnHeaderGroup.html
new file mode 100644 (file)
index 0000000..dd7fb5b
--- /dev/null
@@ -0,0 +1,32 @@
+<html>\r
+<head>\r
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r
+<title>Grid Column Header Grouping Example</title>\r
+    <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />\r
+    <link rel="stylesheet" type="text/css" href="../ux/css/ColumnHeaderGroup.css" />\r
+\r
+    <!-- GC -->\r
+       <!-- LIBS -->\r
+       <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>\r
+       <!-- ENDLIBS -->\r
+\r
+    <script type="text/javascript" src="../../ext-all.js"></script>\r
+    <script type="text/javascript" src="../ux/ColumnHeaderGroup.js"></script>\r
+    <script type="text/javascript" src="column-header-group.js"></script>\r
+    <link rel="stylesheet" type="text/css" href="grid-examples.css" />\r
+\r
+<!-- Common Styles for the examples -->\r
+<link rel="stylesheet" type="text/css" href="../shared/examples.css" />\r
+</head>\r
+<body>\r
+<script type="text/javascript" src="../shared/examples.js"></script><!-- EXAMPLES -->\r
+<h1>Grid Column Header Grouping Example</h1>\r
+<p>This example shows how to achieve column grouping using a plugin.</p>\r
+\r
+<p>Note that the js is not minified so it is readable. See <a href="column-header-group.js">column-header-group.js</a>.</p>\r
+\r
+\r
+<div id="column-group-grid"></div>\r
+\r
+</body>\r
+</html>\r