From 636a42ae8e0489eaa35a5c9555fa3a8840a2e8ec Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 12 Sep 2012 14:39:36 +0800 Subject: [PATCH] Pman.Dialog.CorePersonContact.bjs Pman.Dialog.CorePersonContact.js --- Pman.Dialog.CorePersonContact.bjs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Pman.Dialog.CorePersonContact.bjs b/Pman.Dialog.CorePersonContact.bjs index 3cc4a1cb..9e79bc2e 100644 --- a/Pman.Dialog.CorePersonContact.bjs +++ b/Pman.Dialog.CorePersonContact.bjs @@ -1,5 +1,5 @@ { - "id": "roo-file-25", + "id": "roo-file-27", "name": "Pman.Dialog.CorePersonContact", "parent": "", "title": "", @@ -26,15 +26,15 @@ "|xns": "Roo", "items": [ { - "|xns": "Roo.form", - "xtype": "Form", "listeners": { "|actioncomplete": "function(_self,action)\n{\n if (action.type == 'setdata') {\n //_this.dialog.el.mask(\"Loading\");\n //this.load({ method: 'GET', params: { '_id' : _this.data.id }});\n return;\n }\n if (action.type == 'load') {\n _this.dialog.el.unmask();\n return;\n }\n if (action.type =='submit') {\n \n _this.dialog.el.unmask();\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/Person.php'", + "|xns": "Roo.form", "items": [ { "listeners": { -- 2.39.2