dynamic.html 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  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>Forms</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. <script type="text/javascript" src="states.js"></script>
  13. <script type="text/javascript" src="dynamic.js"></script>
  14. <link rel="stylesheet" type="text/css" href="forms.css"/>
  15. <!-- Common Styles for the examples -->
  16. <link rel="stylesheet" type="text/css" href="../examples.css"/>
  17. </head>
  18. <body>
  19. <script type="text/javascript" src="../examples.js"></script>
  20. <!-- EXAMPLES -->
  21. <h1>Dynamic Forms built with JavaScript</h1>
  22. <p>
  23. These forms do not do anything and have very little validation. They solely demonstrate
  24. how you can use Ext Forms to build and layout forms on the fly.
  25. </p>
  26. <p>The js is not minified so it is readable. See <a href="dynamic.js">dynamic.js</a>.</p>
  27. </body>
  28. </html>