Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / grid / list-view.html
diff --git a/examples/grid/list-view.html b/examples/grid/list-view.html
new file mode 100644 (file)
index 0000000..a96eb07
--- /dev/null
@@ -0,0 +1,17 @@
+<html>
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>ListView Example</title>
+    <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
+    <link rel="stylesheet" type="text/css" href="../shared/example.css" />
+    <script type="text/javascript" src="../../bootstrap.js"></script>
+
+    <script type="text/javascript" src="list-view.js"></script>
+    <link rel="stylesheet" type="text/css" href="list-view.css" />
+</head>
+<body>
+    <h1>ListView Example</h1>
+    <p>Ext 4 replaces Ext.ListView with the default Ext.grid.Panel.</p>
+    <p>Note that the js is not minified so it is readable. See <a href="list-view.js">list-view.js</a>.</p>
+</body>
+</html>