chooser.html 1.2 KB

123456789101112131415161718192021222324252627282930
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5. <title>JsonView Example</title>
  6. <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
  7. <!-- GC -->
  8. <!-- LIBS -->
  9. <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
  10. <!-- ENDLIBS -->
  11. <script type="text/javascript" src="../../ext-all.js"></script>
  12. <link rel="stylesheet" type="text/css" href="chooser.css" />
  13. <script type="text/javascript" src="chooser.js"></script>
  14. <script type="text/javascript" src="chooser-example.js"></script>
  15. <!-- Common Styles for the examples -->
  16. <link rel="stylesheet" type="text/css" href="../examples.css" />
  17. </head>
  18. <body class="xtheme-gray">
  19. <script type="text/javascript" src="../examples.js"></script><!-- EXAMPLES -->
  20. <h1>JsonView Example</h1>
  21. <p>This example demonstrates how to use some of the advanced features of a JsonView. It also shows how
  22. to use the LayoutDialog and DomHelper.Template classes.</p>
  23. <div id="buttons" style="margin:20px;"></div>
  24. <div id="images" style="margin:20px;width:400px;"></div>
  25. </body>
  26. </html>