chooser.html 928 B

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