Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / view / chooser / chooser.html
1 <html>
2     <head>
3         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4         <title>Advanced DataView Example</title>
5
6         <link rel="stylesheet" type="text/css" href="../../../resources/css/ext-all.css" />
7         <link rel="stylesheet" type="text/css" href="chooser.css" />
8         <link rel="stylesheet" type="text/css" href="../../shared/example.css" />
9         <script type="text/javascript" src="../../../bootstrap.js"></script>
10
11         <script type="text/javascript" src="chooser.js"></script>
12     </head>
13     <body>
14         <h1>Advanced DataView Example</h1> 
15         <p>This example shows loading a DataView in a Window.  Each item has a linked details view, and the DataView
16         supports custom sorting and filtering.</p> 
17         
18         <div id="buttons" style="margin:20px;">
19            
20         </div> 
21         <div id="images" style="margin:20px;width:600px;">
22            
23         </div>
24     </body>
25 </html>