Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / grid / infinite-scroll.html
diff --git a/examples/grid/infinite-scroll.html b/examples/grid/infinite-scroll.html
new file mode 100644 (file)
index 0000000..f33d0f8
--- /dev/null
@@ -0,0 +1,18 @@
+<html>
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>Infinite Scroll Grid 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="infinite-scroll.js"></script>
+</head>
+<body>
+    <h1>Infinite Scrolling</h1>
+    <p>Ext JS 4's brand new grid supports infinite scrolling, which enables you to load any number of records into a grid without paging.</p>
+    <p>The new grid uses a virtualized scrolling system to handle potentially infinite data sets without any impact on client side performance.</p>
+    <p>The code is not minified, see <a href="infinite-scroll.js">infinite-scroll.js</a></p>
+</body>
+</html>
\ No newline at end of file