/ext-4.1.0_b3/examples/form/absform.html
https://bitbucket.org/srogerf/javascript · HTML · 24 lines · 14 code · 6 blank · 4 comment · 0 complexity · ef1ab5b3fd9ce909d2070e5b4014cabc MD5 · raw file
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
- <html>
- <head>
- <title>Absolute Forms</title>
- <!-- ExtJS -->
- <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
- <script type="text/javascript" src="../../ext-all.js"></script>
- <!-- Shared -->
- <link rel="stylesheet" type="text/css" href="../shared/example.css" />
- <!-- GC -->
- <!-- Example -->
- <script type="text/javascript" src="absform.js"></script>
- </head>
- <body>
- <h1>Absolute Layout with Forms</h1>
- <p>The js is not minified so it is readable. See <a href="absform.js">absform.js</a>.</p>
- </body>
- </html>