php warnings
[Pman.MTrack] / Pman.Dialog.MTrackMilestone.bjs
index 68a2ae0..e358ae2 100644 (file)
@@ -1,5 +1,5 @@
 {
-    "id": "roo-file-116",
+    "id": "roo-file-231",
     "name": "Pman.Dialog.MTrackMilestone",
     "parent": "",
     "title": "",
@@ -8,10 +8,11 @@
         {
             "closable": false,
             "collapsible": false,
-            "height": 320,
+            "height": 350,
+            "modal": true,
             "resizable": false,
-            "title": "Edit / Create mtrack_milestone",
-            "width": 450,
+            "title": "Edit / Create Milestone",
+            "width": 400,
             "xtype": "LayoutDialog",
             "|xns": "Roo",
             "items": [
@@ -27,7 +28,7 @@
                     "items": [
                         {
                             "listeners": {
-                                "|actioncomplete": "function(_self,action)\n{\n    if (action.type == 'setdata') {\n       if (_this.data.id) {\n\n         this.load({ method: 'GET', params: { '_id' : _this.data.id }});\n         return;\n       }\n       return;\n    }\n    if (action.type == 'load') {\n        \n        return;\n    }\n    if (action.type =='submit') {\n    \n        \n        _this.dialog.hide();\n    \n         if (_this.callback) {\n            _this.callback.call(_this, _this.form.getValues());\n         }\n         _this.form.reset();\n         return;\n    }\n}\n",
+                                "|actioncomplete": "function(_self,action)\n{\n    if (action.type == 'setdata') {\n        if (_this.data.id) {\n           this.load({ method: 'GET', params: { '_id' : _this.data.id }});\n       }\n       return;\n       \n    }\n    if (action.type == 'load') {\n\n        return;\n    }\n    if (action.type =='submit') {\n    \n\n        _this.dialog.hide();\n    \n         if (_this.callback) {\n            _this.callback.call(_this, _this.form.getValues());\n         }\n         _this.form.reset();\n         return;\n    }\n}\n",
                                 "|rendered": "function (form)\n{\n    _this.form= form;\n}\n"
                             },
                             "method": "POST",
                             "|xns": "Roo.form",
                             "items": [
                                 {
-                                    "allowBlank": "false",
+                                    "fieldLabel": "Name",
+                                    "name": "name",
+                                    "width": 200,
+                                    "|xns": "Roo.form",
+                                    "xtype": "TextField"
+                                },
+                                {
+                                    "allowBlank": false,
                                     "displayField": "name",
-                                    "editable": "false",
+                                    "editable": false,
                                     "emptyText": "Select Project",
                                     "fieldLabel": "Project",
                                     "forceSelection": true,
                                     "loadingText": "Searching...",
                                     "minChars": 2,
                                     "name": "project_id_name",
-                                    "pageSize": 20,
+                                    "pageSize": 50,
                                     "qtip": "Select Projects",
                                     "queryParam": "query[name]",
                                     "selectOnFocus": true,
-                                    "tpl": "<div class=\"x-grid-cell-text x-btn button\"><b>{CODE} - {name}</b> </div>",
+                                    "tpl": "<div class=\"x-grid-cell-text x-btn button\"><b>{code}</b> {name}</div>",
                                     "triggerAction": "all",
-                                    "typeAhead": true,
                                     "valueField": "id",
-                                    "width": 300,
+                                    "width": 200,
                                     "xtype": "ComboBox",
                                     "|xns": "Roo.form",
                                     "items": [
@@ -67,7 +74,7 @@
                                             "*prop": "store",
                                             "remoteSort": true,
                                             "xtype": "Store",
-                                            "|sortInfo": "{ direction : 'ASC', field: 'name' }",
+                                            "|sortInfo": "{ direction : 'ASC', field: 'code' }",
                                             "|xns": "Roo.data",
                                             "items": [
                                                 {
                                         }
                                     ]
                                 },
-                                {
-                                    "fieldLabel": "Name",
-                                    "name": "name",
-                                    "width": 300,
-                                    "xtype": "TextField",
-                                    "|xns": "Roo.form"
-                                },
                                 {
                                     "fieldLabel": "Description",
-                                    "height": 100,
                                     "name": "description",
-                                    "width": 300,
-                                    "xtype": "TextArea",
-                                    "|xns": "Roo.form"
-                                },
-                                {
+                                    "width": 200,
                                     "|xns": "Roo.form",
-                                    "xtype": "ComboBox",
-                                    "allowBlank": "false",
-                                    "editable": "false",
-                                    "emptyText": "Select Projects",
-                                    "forceSelection": true,
-                                    "listWidth": 400,
-                                    "loadingText": "Searching...",
-                                    "minChars": 2,
-                                    "pageSize": 20,
-                                    "qtip": "Select Projects",
-                                    "selectOnFocus": true,
-                                    "triggerAction": "all",
-                                    "typeAhead": true,
-                                    "width": 300,
-                                    "tpl": "<div class=\"x-grid-cell-text x-btn button\"><b>{name}</b> </div>",
-                                    "queryParam": "",
-                                    "fieldLabel": "Projects",
-                                    "valueField": "id",
-                                    "displayField": "",
-                                    "hiddenName": "",
-                                    "name": "",
-                                    "items": [
-                                        {
-                                            "*prop": "store",
-                                            "xtype": "Store",
-                                            "|xns": "Roo.data",
-                                            "remoteSort": true,
-                                            "|sortInfo": "{ direction : 'ASC', field: 'id' }",
-                                            "listeners": {
-                                                "|beforeload": "function (_self, o){\n    o.params = o.params || {};\n    // set more here\n}\n"
-                                            },
-                                            "items": [
-                                                {
-                                                    "*prop": "proxy",
-                                                    "xtype": "HttpProxy",
-                                                    "method": "GET",
-                                                    "|xns": "Roo.data",
-                                                    "|url": "baseURL + '/Roo/Projects.php'"
-                                                },
-                                                {
-                                                    "*prop": "reader",
-                                                    "xtype": "JsonReader",
-                                                    "|xns": "Roo.data",
-                                                    "id": "id",
-                                                    "root": "data",
-                                                    "totalProperty": "total",
-                                                    "|fields": "[{\"name\":\"id\",\"type\":\"int\"},{\"name\":\"name\",\"type\":\"string\"}]"
-                                                }
-                                            ]
-                                        }
-                                    ]
+                                    "xtype": "TextArea",
+                                    "height": 100
                                 },
                                 {
+                                    "altFormats": "Y-m-d H:i:s",
                                     "fieldLabel": "Startdate",
                                     "format": "Y-m-d",
                                     "name": "startdate",
-                                    "width": 75,
+                                    "width": 100,
                                     "xtype": "DateField",
-                                    "|value": "(function() { (new Date()).format('Y-m-d')})()",
                                     "|xns": "Roo.form"
                                 },
                                 {
+                                    "altFormats": "Y-m-d H:i:s",
                                     "fieldLabel": "Duedate",
                                     "format": "Y-m-d",
                                     "name": "duedate",
-                                    "width": 75,
+                                    "width": 100,
                                     "xtype": "DateField",
                                     "|xns": "Roo.form"
                                 },
                                 {
+                                    "altFormats": "Y-m-d H:i:s",
                                     "fieldLabel": "Completed",
                                     "format": "Y-m-d",
                                     "name": "completed",
-                                    "width": 75,
+                                    "width": 100,
                                     "xtype": "DateField",
                                     "|xns": "Roo.form"
                                 },
+                                {
+                                    "boxLabel": "On hold",
+                                    "fieldLabel": "Status",
+                                    "inputValue": 1,
+                                    "name": "on_hold",
+                                    "valueOff": 0,
+                                    "xtype": "Checkbox",
+                                    "|xns": "Roo.form"
+                                },
                                 {
                                     "name": "id",
                                     "|xns": "Roo.form",
                 },
                 {
                     "listeners": {
-                        "click": "function (_self, e)\n{\n    // do some checks?\n     \n    \n    _this.dialog.el.mask(\"Saving\");\n    _this.form.doAction(\"submit\");\n\n}"
+                        "click": "function (_self, e)\n{\n    // do some checks?\n     \n    \n \n    _this.form.doAction(\"submit\");\n\n}"
                     },
                     "*prop": "buttons[]",
                     "text": "Save",