Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / pivotgrid / simple.html
diff --git a/examples/pivotgrid/simple.html b/examples/pivotgrid/simple.html
deleted file mode 100644 (file)
index 4e98cdc..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
-<head>
-    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>Ext JS PivotGrid Sample</title>
-    <!-- GC -->
-    
-    <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
-    <link rel="stylesheet" type="text/css" href="../shared/examples.css" />
-    
-    <!-- ExtJS library: base/adapter -->
-    <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
-
-    <!-- ExtJS library: all widgets -->
-    <script type="text/javascript" src="../../ext-all.js"></script>
-    
-    <script type="text/javascript" src="simple.js"></script>
-</head>
-<body id="docbody">
-    <h1>Pivot Grid example</h1>
-    <p>This example shows how to create a Pivot Grid backed by an Ext.data.Store.</p>
-    <p>
-        In this example we are reading a set of 300 records from the server and then pivoting them around Person and Product (on the left axis)<br />
-        and City and Year (on the top axis). The data are combined automatically, in this case breaking down sales by product and person <br />over time.
-    </p>
-    <p><a href="simple.js">The example code</a> is not minified, so it's readable. </p>
-</body>
-</html>
\ No newline at end of file