examples/form/dynamic.js
authorChris <chris@roojs.com>
Tue, 8 Oct 2013 09:37:56 +0000 (17:37 +0800)
committerChris <chris@roojs.com>
Tue, 8 Oct 2013 09:37:56 +0000 (17:37 +0800)
examples/form/dynamic.js

index a9ca4b2..d5427b7 100644 (file)
@@ -525,29 +525,29 @@ Roo.onReady(function(){
     form5.render('form-ct5');
  
     
-    form6 = new Roo.form.Form({
-        labelAlign: 'left',
-        labelWidth: 120,
-        items : [
-            {
-            
-                xtype: 'TimePicker',
-                xns : Roo.form,
-                fieldLabel: 'test time picker',
-                name: 'time'
-            },
-            {
-                xtype: 'DateDisplay',
-                xns : Roo.form,
-                fieldLabel: 'test date picker',
-                name: 'date'
-            }
-             
-        
-        ]
-    });
-    
-    form6.render('form-ct6');
+//    form6 = new Roo.form.Form({
+//        labelAlign: 'left',
+//        labelWidth: 120,
+//        items : [
+//            {
+//            
+//                xtype: 'TimePicker',
+//                xns : Roo.form,
+//                fieldLabel: 'test time picker',
+//                name: 'time'
+//            },
+//            {
+//                xtype: 'DateDisplay',
+//                xns : Roo.form,
+//                fieldLabel: 'test date picker',
+//                name: 'date'
+//            }
+//             
+//        
+//        ]
+//    });
+//    
+//    form6.render('form-ct6');