DataObjects/builder.sql
[Pman.Builder] / Pman.Dialog.BuilderModule.bjs
index f919762..642825f 100644 (file)
                     "items": [
                         {
                             "listeners": {
-                                "|actioncomplete": "function(_self,action)\n{\n    if (action.type == 'setdata') {\n       if (_this.data.id) {\n           _this.dialog.el.mask(\"Loading\");\n            this.load({ method: 'GET', params: { '_id' : _this.data.id }});\n            return;\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"
+                                "|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            return;\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.dialog = _this.dialog;\n    _this.form= form;\n}\n"
                             },
                             "method": "POST",
                             "style": "margin:10px;",
                             "xtype": "Form",
-                            "|": "function() {\n    \n}\n",
                             "|url": "baseURL + '/Roo/builder_modules.php'",
                             "|xns": "Roo.form",
                             "items": [
@@ -79,7 +78,7 @@
                 },
                 {
                     "listeners": {
-                        "click": "function (_self, e)\n{\n    // do some checks?\n     \n    \n    _this.dialog.el.mask(\"Saving\");\n    _this.form.doAction(\"submit\");\n\n}"
+                        "click": "function (_self, e)\n{\n    // do some checks?\n     \n     \n    _this.form.doAction(\"submit\");\n\n}"
                     },
                     "*prop": "buttons[]",
                     "text": "Save",