Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / view / chooser / chooser.html
diff --git a/examples/view/chooser/chooser.html b/examples/view/chooser/chooser.html
new file mode 100644 (file)
index 0000000..4e6539e
--- /dev/null
@@ -0,0 +1,25 @@
+<html>
+    <head>
+        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+        <title>Advanced DataView Example</title>
+
+        <link rel="stylesheet" type="text/css" href="../../../resources/css/ext-all.css" />
+        <link rel="stylesheet" type="text/css" href="chooser.css" />
+        <link rel="stylesheet" type="text/css" href="../../shared/example.css" />
+        <script type="text/javascript" src="../../../bootstrap.js"></script>
+
+        <script type="text/javascript" src="chooser.js"></script>
+    </head>
+    <body>
+        <h1>Advanced DataView Example</h1> 
+       <p>This example shows loading a DataView in a Window.  Each item has a linked details view, and the DataView
+        supports custom sorting and filtering.</p> 
+        
+       <div id="buttons" style="margin:20px;">
+          
+       </div> 
+       <div id="images" style="margin:20px;width:600px;">
+          
+       </div>
+    </body>
+</html>
\ No newline at end of file