]> git.proxmox.com Git - extjs.git/blob - extjs/examples/classic/view/chooser/chooser.html
add extjs 6.0.1 sources
[extjs.git] / extjs / examples / classic / view / chooser / chooser.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5 <title>Advanced DataView Example</title>
6
7 <link rel="stylesheet" type="text/css" href="chooser.css" />
8 <link rel="stylesheet" type="text/css" href="../../shared/examples.css" />
9
10 <!-- GC -->
11
12 <script type="text/javascript" src="../../shared/include-ext.js"></script>
13 <script type="text/javascript" src="../../shared/options-toolbar.js"></script>
14
15 <script type="text/javascript" src="chooser.js"></script>
16 </head>
17 <body>
18 <h1>Advanced DataView Example</h1>
19 <p>This example shows loading a DataView in a Window. Each item has a linked details view, and the DataView
20 supports custom sorting and filtering.</p>
21
22 <div id="buttons" style="margin:20px;">
23
24 </div>
25 <div id="images" style="margin:20px;width:600px;">
26
27 </div>
28 </body>
29 </html>