php7 fixes
[Pman.Builder] / Pman.Dialog.BuilderImport.bjs
index c8bdc7b..f12df29 100644 (file)
@@ -8,11 +8,11 @@
         {
             "closable": false,
             "collapsible": false,
-            "height": 230,
+            "height": 330,
+            "modal": true,
             "resizable": false,
             "title": "Edit / Create core_enum",
-            "width": 400,
-            "modal": true,
+            "width": 500,
             "xtype": "LayoutDialog",
             "|xns": "Roo",
             "items": [
                     "|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       \n       this.load({ method: 'GET', params: { '_id' : _this.data.id }});\n       return;\n    }\n    if (action.type == 'load') {\n \n        return;\n    }\n    if (action.type =='submit') {\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"
                             },
+                            "labelAlign": "top",
                             "method": "POST",
                             "style": "margin:10px;",
-                            "|url": "baseURL + '/Roo/core_enum.php'",
+                            "xtype": "Form",
+                            "|url": "baseURL + '/Roo/builder_part'",
+                            "|xns": "Roo.form",
                             "items": [
                                 {
-                                    "fieldLabel": "Active",
-                                    "name": "active",
-                                    "width": 75,
-                                    "|xns": "Roo.form",
-                                    "xtype": "TextField"
-                                },
-                                {
-                                    "fieldLabel": "Seqid",
-                                    "name": "seqid",
-                                    "width": 75,
-                                    "|xns": "Roo.form",
-                                    "xtype": "TextField"
-                                },
-                                {
-                                    "fieldLabel": "Seqmax",
-                                    "name": "seqmax",
-                                    "width": 75,
-                                    "|xns": "Roo.form",
-                                    "xtype": "TextField"
-                                },
-                                {
-                                    "fieldLabel": "Display name",
-                                    "name": "display_name",
-                                    "width": 200,
-                                    "|xns": "Roo.form",
-                                    "xtype": "TextField"
+                                    "fieldLabel": "Paste BJS code from export",
+                                    "height": 200,
+                                    "name": "json",
+                                    "width": 410,
+                                    "xtype": "TextArea",
+                                    "|xns": "Roo.form"
                                 },
                                 {
                                     "name": "id",