examples/form/dynamic.js
authorChris <chris@roojs.com>
Tue, 16 Oct 2012 08:28:18 +0000 (16:28 +0800)
committerChris <chris@roojs.com>
Tue, 16 Oct 2012 08:28:18 +0000 (16:28 +0800)
examples/form/dynamic.js

index 74e8c3b..ed10115 100644 (file)
@@ -325,12 +325,6 @@ Roo.onReady(function(){
             name: 'dob',
             width:190,
             allowBlank:false
-        }),
-        new Roo.form.MonthField({
-            fieldLabel: 'Date of Month',
-            name: 'dom',
-            width:190,
-            allowBlank:false
         })
     );