<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
<html>
|
<head>
|
<title>Absolute Forms</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="absform.js"></script>
|
</head>
|
<body>
|
<h1>Absolute Layout with Forms</h1>
|
|
<p>The js is not minified so it is readable. See <a href="absform.js">absform.js</a>.</p>
|
|
</body>
|
</html>
|