source: trunk/web/addons/job_monarch/lib/extjs/examples/form/anchoring.html @ 619

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

lib/:

  • added new AJAX dependancies: ExtJS, pChart, Lightbox2
File size: 855 bytes
Line 
1<html>
2<head>
3    <title>Anchoring</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="anchoring.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>Anchor Layout with Forms</h1>
23
24<p>The js is not minified so it is readable. See <a href="anchoring.js">anchoring.js</a>.</p>
25
26</body>
27</html>
Note: See TracBrowser for help on using the repository browser.