PageRenderTime 21ms CodeModel.GetById 16ms app.highlight 4ms RepoModel.GetById 0ms app.codeStats 0ms

/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
 1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 2<html>
 3<head>
 4    <title>Absolute Forms</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
 9    <!-- Shared -->
10    <link rel="stylesheet" type="text/css" href="../shared/example.css" />
11
12    <!-- GC -->
13
14
15    <!-- Example -->
16    <script type="text/javascript" src="absform.js"></script>
17</head>
18<body>
19    <h1>Absolute Layout with Forms</h1>
20
21    <p>The js is not minified so it is readable. See <a href="absform.js">absform.js</a>.</p>
22
23</body>
24</html>