examples/form/test.html
authorAlan Knowles <alan@roojs.com>
Thu, 18 Oct 2012 09:05:05 +0000 (17:05 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 18 Oct 2012 09:05:05 +0000 (17:05 +0800)
examples/form/test.html

index 6159ade..48a4851 100644 (file)
@@ -35,8 +35,11 @@ Mime-Version: 1.0-->
     </head>
     <body>
         <script>
+            
+            var form = false;
+            
             Roo.onReady(function(){
-                var fs = new Roo.form.Form({
+                form = new Roo.form.Form({
                     labelAlign: 'right',
                     labelWidth: 80
                 });