examples/view/domtemplate.html
authorAlan Knowles <alan@akbkhome.com>
Wed, 11 Apr 2012 23:46:56 +0000 (07:46 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 11 Apr 2012 23:46:56 +0000 (07:46 +0800)
examples/view/domtemplate.html

index 4217cbc..dc817f3 100644 (file)
@@ -50,11 +50,6 @@ Roo.onReady(function() {
 </head>
 <body>
     <H1>Dom Template example</H1>
-    <h3>Javascript code</h3>
-    <PRE id="javascript-show"></PRE>
-    <h3>Template code</h3>
-
-    <PRE id="template-show"></PRE>
     <div id="body">
                 
        
@@ -178,6 +173,14 @@ Roo.onReady(function() {
           
         
         
-    </div> 
+    </div>
+    
+    
+    <h3>Javascript code</h3>
+    <PRE id="javascript-show"></PRE>
+    <h3>Template code</h3>
+
+    <PRE id="template-show"></PRE>
+     
 </body>
 </html>
\ No newline at end of file