123456789101112131415161718192021222324 |
- <!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>
|