absform.html 676 B

123456789101112131415161718192021222324
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html>
  3. <head>
  4. <title>Absolute Forms</title>
  5. <!-- ExtJS -->
  6. <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
  7. <script type="text/javascript" src="../../ext-all.js"></script>
  8. <!-- Shared -->
  9. <link rel="stylesheet" type="text/css" href="../shared/example.css" />
  10. <!-- GC -->
  11. <!-- Example -->
  12. <script type="text/javascript" src="absform.js"></script>
  13. </head>
  14. <body>
  15. <h1>Absolute Layout with Forms</h1>
  16. <p>The js is not minified so it is readable. See <a href="absform.js">absform.js</a>.</p>
  17. </body>
  18. </html>