X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Pman.Dialog.CorePersonContact.bjs;h=a35c7ff57f0ff1665147aa35231461a7298ecf5a;hp=29362a7906d2980036c60c4404ecb588ab139090;hb=a1a3ecba68d2fedabc8203e88b40759401d7472d;hpb=17a8182b47da09e6014bf545f30520f8efc07f48 diff --git a/Pman.Dialog.CorePersonContact.bjs b/Pman.Dialog.CorePersonContact.bjs index 29362a79..a35c7ff5 100644 --- a/Pman.Dialog.CorePersonContact.bjs +++ b/Pman.Dialog.CorePersonContact.bjs @@ -2,7 +2,7 @@ "name" : "Pman.Dialog.CorePersonContact", "parent" : "", "title" : "", - "path" : "/home/alan/gitlive/Pman.Core/Pman.Dialog.CorePersonContact.bjs", + "path" : "/home/johns/gitlive/Pman.Core/Pman.Dialog.CorePersonContact.bjs", "permname" : "", "modOrder" : "001", "strings" : { @@ -46,7 +46,7 @@ "|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" }, - "$ url" : "baseURL + '/Roo/Person.php'", + "$ url" : "baseURL + '/Roo/core_person'", "xtype" : "Form", "method" : "POST", "style" : "margin:10px;",