~cdparra/gelee/trunk

« back to all changes in this revision

Viewing changes to webui/ecosystem/workspace/extjs/examples/form/absform.html

  • Committer: parra
  • Date: 2010-03-15 15:56:56 UTC
  • Revision ID: svn-v4:ac5bba68-f036-4e09-846e-8f32731cc928:trunk/gelee:1448
merged gelee at svn

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>