{ "id": "roo-file-231", "name": "Pman.Dialog.MTrackMilestone", "parent": "", "title": "", "path": "/home/alan/gitlive/Pman.MTrack/Pman.Dialog.MTrackMilestone.bjs", "items": [ { "closable": false, "collapsible": false, "height": 350, "modal": true, "resizable": false, "title": "Edit / Create Milestone", "width": 400, "xtype": "LayoutDialog", "|xns": "Roo", "items": [ { "|xns": "Roo", "xtype": "LayoutRegion", "*prop": "center" }, { "region": "center", "xtype": "ContentPanel", "|xns": "Roo", "items": [ { "listeners": { "|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", "style": "margin:10px;", "xtype": "Form", "|url": "baseURL + '/Roo/mtrack_milestone.php'", "|xns": "Roo.form", "items": [ { "fieldLabel": "Name", "name": "name", "width": 200, "|xns": "Roo.form", "xtype": "TextField" }, { "allowBlank": false, "displayField": "name", "editable": false, "emptyText": "Select Project", "fieldLabel": "Project", "forceSelection": true, "hiddenName": "project_id", "listWidth": 400, "loadingText": "Searching...", "minChars": 2, "name": "project_id_name", "pageSize": 50, "qtip": "Select Projects", "queryParam": "query[name]", "selectOnFocus": true, "tpl": "
{code} {name}
", "triggerAction": "all", "valueField": "id", "width": 200, "xtype": "ComboBox", "|xns": "Roo.form", "items": [ { "listeners": { "|beforeload": "function (_self, o){\n o.params = o.params || {};\n // set more here\n}\n" }, "*prop": "store", "remoteSort": true, "xtype": "Store", "|sortInfo": "{ direction : 'ASC', field: 'code' }", "|xns": "Roo.data", "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\"}]" } ] } ] }, { "fieldLabel": "Description", "name": "description", "width": 200, "|xns": "Roo.form", "xtype": "TextArea", "height": 100 }, { "altFormats": "Y-m-d H:i:s", "fieldLabel": "Startdate", "format": "Y-m-d", "name": "startdate", "width": 100, "xtype": "DateField", "|xns": "Roo.form" }, { "altFormats": "Y-m-d H:i:s", "fieldLabel": "Duedate", "format": "Y-m-d", "name": "duedate", "width": 100, "xtype": "DateField", "|xns": "Roo.form" }, { "altFormats": "Y-m-d H:i:s", "fieldLabel": "Completed", "format": "Y-m-d", "name": "completed", "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", "xtype": "Hidden" } ] } ] }, { "listeners": { "click": "function (_self, e)\n{\n _this.dialog.hide();\n}" }, "*prop": "buttons[]", "text": "Cancel", "xtype": "Button", "|xns": "Roo" }, { "listeners": { "click": "function (_self, e)\n{\n // do some checks?\n \n \n \n _this.form.doAction(\"submit\");\n\n}" }, "*prop": "buttons[]", "text": "Save", "xtype": "Button", "|xns": "Roo" } ] } ], "permname": "", "modOrder": "001" }