/ext-4.0.7/examples/form/field-types.html

https://bitbucket.org/srogerf/javascript · HTML · 25 lines · 16 code · 6 blank · 3 comment · 0 complexity · 804733ef84c8480a4fb54c2396669e4b MD5 · raw file

  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  4. <title>Form Field Types</title>
  5. <!-- ExtJS -->
  6. <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
  7. <script type="text/javascript" src="../../bootstrap.js"></script>
  8. <!-- Shared -->
  9. <link rel="stylesheet" type="text/css" href="../shared/example.css" />
  10. <!-- Example -->
  11. <script type="text/javascript" src="field-types.js"></script>
  12. </head>
  13. <body>
  14. <h1>Form Field Types</h1>
  15. <p>This example shows examples of the various supported form field types.</p>
  16. <p>The js is not minified so it is readable. See <a href="field-types.js">field-types.js</a>.</p>
  17. <div id="form-ct"></div>
  18. </body>
  19. </html>