examples/form/dynamic.js
authorChris <chris@roojs.com>
Thu, 18 Oct 2012 10:03:04 +0000 (18:03 +0800)
committerChris <chris@roojs.com>
Thu, 18 Oct 2012 10:03:04 +0000 (18:03 +0800)
examples/form/dynamic.js

index d66a7c9..74e8c3b 100644 (file)
@@ -327,11 +327,11 @@ Roo.onReady(function(){
             allowBlank:false
         }),
         new Roo.form.MonthField({
-                        fieldLabel: 'Date of Month',
-                        name: 'dom',
-                        width:190,
-                        allowBlank:false
-                    })
+            fieldLabel: 'Date of Month',
+            name: 'dom',
+            width:190,
+            allowBlank:false
+        })
     );
 
     fs.addButton('Save');