{ "id": "roo-file-96", "name": "Pman.Dialog.MTrackRepos", "parent": "", "title": "", "path": "/home/alan/gitlive/Pman.MTrack/Pman.Dialog.MTrackRepos.bjs", "items": [ { "closable": false, "collapsible": false, "height": 420, "modal": true, "resizable": false, "title": "Edit / Create mtrack_repos", "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 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_repos.php'", "|xns": "Roo.form", "items": [ { "allowBlank": false, "alwaysQuery": true, "displayField": "name", "editable": false, "emptyText": "Select Project", "fieldLabel": "Project", "forceSelection": false, "hiddenName": "project_id", "listWidth": 400, "loadingText": "Searching...", "minChars": 2, "name": "project_id_name", "pageSize": 20, "qtip": "Select Projects", "queryParam": "query[name]", "selectOnFocus": true, "tpl": "
{code} {name}
", "triggerAction": "all", "typeAhead": true, "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", "id": "id", "root": "data", "totalProperty": "total", "xtype": "JsonReader", "|fields": "[{\"name\":\"id\",\"type\":\"int\"},{\"name\":\"name\",\"type\":\"string\"}]", "|xns": "Roo.data" } ] } ] }, { "fieldLabel": "Shortname", "name": "shortname", "width": 200, "|xns": "Roo.form", "xtype": "TextField" }, { "fieldLabel": "Scmtype", "name": "scmtype", "width": 200, "|xns": "Roo.form", "xtype": "TextField" }, { "fieldLabel": "Repopath", "name": "repopath", "width": 200, "|xns": "Roo.form", "xtype": "TextField" }, { "fieldLabel": "Browserurl", "name": "browserurl", "width": 200, "|xns": "Roo.form", "xtype": "TextField" }, { "fieldLabel": "Browsertype", "name": "browsertype", "width": 200, "|xns": "Roo.form", "xtype": "TextField" }, { "fieldLabel": "Description", "name": "description", "width": 200, "|xns": "Roo.form", "xtype": "TextArea", "height": 100 }, { "fieldLabel": "Serverurl", "name": "serverurl", "width": 200, "|xns": "Roo.form", "xtype": "TextField" }, { "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" }