source: trunk/web/addons/job_monarch/lib/extjs-30/examples/form/absform.html @ 625

Last change on this file since 625 was 625, checked in by ramonb, 15 years ago

lib/extjs-30:

  • new ExtJS 3.0
File size: 856 bytes
Line 
1<html>
2<head>
3    <title>Absolute Forms</title>
4    <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css"/>
5
6    <!-- GC -->
7    <!-- LIBS -->
8    <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
9    <!-- ENDLIBS -->
10
11    <script type="text/javascript" src="../../ext-all.js"></script>
12
13    <script type="text/javascript" src="absform.js"></script>
14    <link rel="stylesheet" type="text/css" href="forms.css"/>
15
16    <!-- Common Styles for the examples -->
17    <link rel="stylesheet" type="text/css" href="../shared/examples.css"/>
18</head>
19<body>
20<script type="text/javascript" src="../shared/examples.js"></script>
21<!-- EXAMPLES -->
22<h1>Absolute Layout with Forms</h1>
23
24<p>The js is not minified so it is readable. See <a href="absform.js">absform.js</a>.</p>
25
26</body>
27</html>
Note: See TracBrowser for help on using the repository browser.