commit extjs-2.2.1
[extjs.git] / examples / view / chooser.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">\r
2 <html>\r
3 <head>\r
4         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r
5         <title>Advanced DataView Example</title>\r
6         <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />\r
7 \r
8     <!-- GC -->\r
9         <!-- LIBS -->\r
10         <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>\r
11         <!-- ENDLIBS -->\r
12 \r
13     <script type="text/javascript" src="../../ext-all.js"></script>\r
14         \r
15         <link rel="stylesheet" type="text/css" href="chooser.css" />\r
16         <script type="text/javascript" src="chooser.js"></script>\r
17         <script type="text/javascript" src="chooser-example.js"></script>\r
18         \r
19         <!-- Common Styles for the examples -->\r
20         <link rel="stylesheet" type="text/css" href="../shared/examples.css" />\r
21 </head>\r
22 <body class="xtheme-gray">\r
23         <script type="text/javascript" src="../shared/examples.js"></script><!-- EXAMPLES -->\r
24         <h1>Advanced DataView Example</h1>\r
25         <p>This example shows loading a DataView in a Window.  Each item has a linked details view, and the DataView\r
26     supports custom sorting and filtering.</p>\r
27         <div id="buttons" style="margin:20px;"></div>\r
28         <div id="images" style="margin:20px;width:600px;"></div>\r
29 </body>\r
30 </html>