aria-form.html 983 B

1234567891011121314151617181920212223242526272829303132
  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>ARIA compliant Forms built with JavaScript</title>
  6. <!-- ExtJS -->
  7. <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all-access.css" />
  8. <script type="text/javascript" src="../../ext-all.js"></script>
  9. <!-- Shared -->
  10. <link rel="stylesheet" type="text/css" href="../shared/example.css" />
  11. <!-- GC -->
  12. <!-- Example -->
  13. <script type="text/javascript" src="aria-form.js"></script>
  14. </head>
  15. <body>
  16. <h1>ARIA compliant Forms built with JavaScript</h1>
  17. <p>
  18. These forms do not do anything and have very little validation. They solely demonstrate
  19. how you can use Ext Forms to build and layout ARIA compliant forms on the fly.
  20. </p>
  21. <p>The js is not minified so it is readable. See <a href="dynamic.js">aria-form.js</a>.</p>
  22. </body>
  23. </html>