/ext-4.1.0_b3/docs/extjs/examples/form/anchoring.html

https://bitbucket.org/srogerf/javascript · HTML · 24 lines · 14 code · 6 blank · 4 comment · 0 complexity · 29b886e3fec4b79a4505c85f8b975ae4 MD5 · raw file

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html>
  3. <head>
  4. <title>Anchoring</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="anchoring.js"></script>
  13. </head>
  14. <body>
  15. <h1>Anchor Layout with Forms</h1>
  16. <p>The js is not minified so it is readable. See <a href="anchoring.js">anchoring.js</a>.</p>
  17. </body>
  18. </html>