Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / form / anchoring.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html>
3 <head>
4     <title>Anchoring</title>
5     <!-- ExtJS -->
6     <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
7     <script type="text/javascript" src="../../bootstrap.js"></script>
8
9     <!-- Shared -->
10     <link rel="stylesheet" type="text/css" href="../shared/example.css" />
11
12     <!-- Example -->
13     <script type="text/javascript" src="anchoring.js"></script>
14 </head>
15 <body>
16     <h1>Anchor Layout with Forms</h1>
17     
18     <p>The js is not minified so it is readable. See <a href="anchoring.js">anchoring.js</a>.</p>
19
20 </body>
21 </html>