Pman.Dialog.MTrackMilestone.bjs
authorAlan <alan@wideboyHD>
Wed, 20 Jul 2011 23:29:45 +0000 (07:29 +0800)
committerAlan <alan@wideboyHD>
Wed, 20 Jul 2011 23:29:45 +0000 (07:29 +0800)
Pman.Dialog.MTrackMilestone.bjs

index 5f7670c..6f7f59a 100644 (file)
                                 },
                                 {
                                     "|xns": "Roo.form",
-                                    "xtype": "Row"
+                                    "xtype": "Row",
+                                    "items": [
+                                        {
+                                            "fieldLabel": "Startdate",
+                                            "format": "Y-m-d",
+                                            "name": "startdate",
+                                            "width": 75,
+                                            "xtype": "DateField",
+                                            "|value": "(function() { (new Date()).format('Y-m-d')})()",
+                                            "|xns": "Roo.form"
+                                        }
+                                    ]
                                 },
                                 {
                                     "fieldLabel": "Duedate",