Pman.Dialog.AdminGenericName.bjs
authorAlan Knowles <alan@akbkhome.com>
Wed, 10 Nov 2010 08:08:04 +0000 (16:08 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 10 Nov 2010 08:08:04 +0000 (16:08 +0800)
Pman.Dialog.AdminGenericName.bjs

index d127fb9..3d88518 100644 (file)
                     "|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",
+                                "|actioncomplete": "function(_self,action)\n{\n    if (action.type == 'setdata') {\n       //_this.dialog.el.mask(\"Loading\");\n       \n       _this.dialog.setTitle(_this.data._title);\n       this.load({ \n            method: 'GET', \n            params: { '_id' : _this.data.id },\n            url : baseURL + '/Roo/' + _this.data._table\n        });\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/core_company_type.php'",
+                            "|xns": "Roo.form",
                             "items": [
                                 {
                                     "fieldLabel": "Name",