<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
<html>
|
<head>
|
<title>Anchoring</title>
|
<!-- ExtJS -->
|
<script type="text/javascript" src="../../examples/shared/include-ext.js"></script>
|
<script type="text/javascript" src="../../examples/shared/options-toolbar.js"></script>
|
|
<!-- Shared -->
|
<link rel="stylesheet" type="text/css" href="../shared/example.css" />
|
|
<!-- GC -->
|
|
|
<!-- Example -->
|
<script type="text/javascript" src="anchoring.js"></script>
|
</head>
|
<body>
|
<h1>Anchor Layout with Forms</h1>
|
|
<p>The js is not minified so it is readable. See <a href="anchoring.js">anchoring.js</a>.</p>
|
|
</body>
|
</html>
|