examples/form/dynamic.html
authorAlan Knowles <alan@akbkhome.com>
Tue, 22 Mar 2011 08:27:13 +0000 (16:27 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 22 Mar 2011 08:27:13 +0000 (16:27 +0800)
examples/form/dynamic.html

index e47af96..3331055 100644 (file)
      <script type="text/javascript" src="../../roojs-debug.js"></script>   
        
   
-<script type="text/javascript" src="states.js"></script>
-<script type="text/javascript" src="dynamic.js"></script>
-<link rel="stylesheet" type="text/css" href="forms.css" />
-
-<!-- Common Styles for the examples -->
-<link rel="stylesheet" type="text/css" href="../examples.css" />
+    <script type="text/javascript" src="states.js"></script>
+    <script type="text/javascript" src="dynamic.js"></script>
+    <script type="text/javascript" src="../examples.js"></script>&nbsp;
+    
+    <!-- Common Styles for the examples -->
+    <link rel="stylesheet" type="text/css" href="../examples.css" />
 
 
 
 </style>
 </head>
 <body>
-<script type="text/javascript" src="../examples.js"></script><!-- EXAMPLES -->
-<h1>Dynamic Forms built with JavaScript</h1>
-<p>
-    These forms do not do anything and have very little validation. They solely demonstrate
-    how you can use Ext Forms to build and layout forms on the fly.
-</p>
-
-<p>The js is not minified so it is readable. See 
-<button type="button" onclick="RooDocs.viewSource.show('/dynamic.js')">dynamic.js</button> and 
-<button type="button" onclick="RooDocs.viewSource.show('/dynamic.html')">dynamic.html</button>
-.</p>
-
-
-
-
-<div style="width:345px;"  class="roodocs-formblock">
-    <h3>Display Form</h3>
-    <div id="form-ct5"></div>
-</div>
-
-
-<div class="roodocs-formblock" style="width:280px;height:170px">
-    <h3 style="margin-bottom:5px;">Simple Form</h3>
-    <div id="form-ct"></div>
-</div>
-<br/>
-
-<div style="width:565px;" class="roodocs-formblock">
     
-        <h3 style="margin-bottom:5px;">Multi-column and labels top</h3>
-        <div id="form-ct2"></div>
+    <h1>Dynamic Forms built with JavaScript</h1>
+    <p>
+        These forms do not do anything and have very little validation. They solely demonstrate
+        how you can use Ext Forms to build and layout forms on the fly.
+    </p>
     
-</div>
-
-
-
-<br/>
-<div style="width:345px;"  class="roodocs-formblock">
-    <h3>Fieldsets, labels right and complex fields</h3>
-    <div id="form-ct3"></div>
-</div>
-
-<br/>
-<div style="width:600px;" class="roodocs-formblock">
-        <h3 style="margin-bottom:5px;">Multi-column, nesting and fieldsets</h3>
-        <div id="form-ct4"> </div>
-</div>
-
-<div class="x-form-clear"></div>
+    <p>The js is not minified so it is readable. See 
+    <button type="button" onclick="RooDocs.viewSource.show('/dynamic.js')">dynamic.js</button> and 
+    <button type="button" onclick="RooDocs.viewSource.show('/dynamic.html')">dynamic.html</button>
+    .</p>
+    
+    
+    
+    
+    <div style="width:345px;"  class="roodocs-formblock">
+        <h3>Display Form</h3>
+        <div id="form-ct5"></div>
+    </div>
+    
+    
+    <div class="roodocs-formblock" style="width:280px;height:170px">
+        <h3 style="margin-bottom:5px;">Simple Form</h3>
+        <div id="form-ct"></div>
+    </div>
+    <br/>
+     
+    
+    <div style="width:565px;" class="roodocs-formblock">
+        
+            <h3 style="margin-bottom:5px;">Multi-column and labels top</h3>
+            <div id="form-ct2"></div>
+        
+    </div>
+    
+    
+    
+    <br/>
+    <div style="width:345px;"  class="roodocs-formblock">
+        <h3>Fieldsets, labels right and complex fields</h3>
+        <div id="form-ct3"></div>
+    </div>
+    
+    <br/>
+    <div style="width:600px;" class="roodocs-formblock">
+            <h3 style="margin-bottom:5px;">Multi-column, nesting and fieldsets</h3>
+            <div id="form-ct4"> </div>
+    </div>
+    
+    <div class="x-form-clear"></div>