Pman.Dialog.BAdminCompany.bjs
[Pman.BAdmin] / Pman.Dialog.BAdminCompany.bjs
1 {
2  "name" : "Pman.Dialog.BAdminCompany",
3  "parent" : "Pman.Tab.BAdmin",
4  "title" : "",
5  "path" : "/home/edward/gitlive/Pman.BAdmin/Pman.Dialog.BAdminCompany.bjs",
6  "permname" : "",
7  "modOrder" : "001",
8  "strings" : {
9   "1c76cbfe21c6f44c1d1e59d54f3e4420" : "Company",
10   "ce8ae9da5b7cd6c3df2929543a9af92d" : "Email",
11   "231bc72756b5e6de492aaaa1577f61b1" : "Remarks",
12   "1243daf593fa297e07ab03bf06d925af" : "Searching...",
13   "bcc254b55c4a1babdf1dcb82c207506b" : "Phone",
14   "66bc3ece76861852889e623217049d32" : "Edit Company Details",
15   "ea4788705e6873b424c65e91c2846b19" : "Cancel",
16   "a1fa27779242b4902f7ae3bdd5c6d508" : "Type",
17   "dd7bf230fde8d4836917806aff6a6b27" : "Address",
18   "c9cc8cce247e49bae79f15173ce97354" : "Save",
19   "e6b391a8d2c4d45902a23a8b6585703d" : "URL"
20  },
21  "items" : [
22   {
23    "listeners" : {
24     "render" : "function (_self)\n{\n    _this.modal = _self;\n}"
25    },
26    "String cls" : "padding-bottom-trim badmin-dialog-company enable-overflow ",
27    "xtype" : "Modal",
28    "int maxWidth" : 650,
29    "$ xns" : "Roo.bootstrap",
30    "String title" : "Edit Company Details",
31    "items" : [
32     {
33      "xtype" : "Container",
34      "$ xns" : "Roo.bootstrap",
35      "String style" : "width: 100%;",
36      "items" : [
37       {
38        "listeners" : {
39         "actionfailed" : "function (_self, action)\n{\n    //Pman.standardActionFailed(_self,action);\n    \n    if (!this.isValid) {\n        return;\n    }\n    \n    Roo.bootstrap.MessageBox.alert(action.result.errorMsg);\n\n}",
40         "actioncomplete" : "function (_self, action)\n{\n    if(action.type == 'setdata'){\n        _self.reset(); \n\n        if(_this.data.id * 1 > 0) {\n            this.doAction('load',{ method: 'GET', params: { '_id' : _this.data.id }});\n            _this.modal.setTitle('Edit Company Details');\n            \n        } else {\n           _this.modal.setTitle('Create Company');\n        }\n        return;\n    }\n   \n   \n    if (action.type == 'load') {\n        _this.data = action.result.data;\n        \n        if(_this.data.comptype == 'OWNER'){\n            _this.form.findField('comptype').hide();\n        }\n        \n        return;\n    }\n    \n    \n    if (action.type == 'submit') { // only submitted here if we are \n        //_this.dialog.hide();\n        \n        _this.dialog.hide();\n        \n         if (_this.callback) {\n            _this.callback.call(this, action.result.data);\n         }\n        return; \n    }\n}",
41         "render" : "function (_self)\n{\n    _this.form = _self; \n}"
42        },
43        "$ url" : "baseURL + '/Roo/Core_company.php'",
44        "xtype" : "Form",
45        "$ xns" : "Roo.bootstrap",
46        "items" : [
47         {
48          "xtype" : "Row",
49          "$ xns" : "Roo.bootstrap",
50          "items" : [
51           {
52            "Number md" : 12,
53            "xtype" : "Column",
54            "$ xns" : "Roo.bootstrap",
55            "items" : [
56             {
57              "listeners" : {
58               "render" : "function (_self)\n{\n    _this.type = _self;\n    _self.store.load({});\n}"
59              },
60              "String loadingText" : "Searching...",
61              "Boolean selectOnFocus" : true,
62              "Boolean allowBlank" : false,
63              "String name" : "comptype_display_name",
64              "Number minChars" : 2,
65              "String valueField" : "name",
66              "String queryParam" : "query[name]",
67              "Boolean typeAhead" : false,
68              "xtype" : "ComboBox",
69              "Boolean editable" : false,
70              "String triggerAction" : "all",
71              "string fieldLabel" : "Type",
72              "Boolean alwaysQuery" : true,
73              "$ xns" : "Roo.bootstrap",
74              "String hiddenName" : "comptype",
75              "String displayField" : "display_name",
76              "String indicatorpos" : "left",
77              "items" : [
78               {
79                "listeners" : {
80                 "beforeload" : "function (_self, options)\n{\n    options.params = options.params || {};\n    // set more here\n    //o.params['query[empty_etype]'] = 1;\n    options.params.etype = 'COMPTYPE';\n}"
81                },
82                "Object sortInfo" : "{ direction : 'ASC', field: 'id' }",
83                "xtype" : "Store",
84                "boolean remoteSort" : true,
85                "$ xns" : "Roo.data",
86                "* prop" : "store",
87                "items" : [
88                 {
89                  "$ url" : "baseURL + '/Roo/core_enum.php'",
90                  "xtype" : "HttpProxy",
91                  "$ xns" : "Roo.data",
92                  "String method" : "GET",
93                  "* prop" : "proxy"
94                 },
95                 {
96                  "xtype" : "JsonReader",
97                  "String root" : "data",
98                  "$ xns" : "Roo.data",
99                  "String id" : "id",
100                  "* prop" : "reader",
101                  "String totalProperty" : "total"
102                 }
103                ]
104               }
105              ]
106             }
107            ]
108           }
109          ]
110         },
111         {
112          "xtype" : "Row",
113          "$ xns" : "Roo.bootstrap",
114          "items" : [
115           {
116            "Number md" : 12,
117            "xtype" : "Column",
118            "$ xns" : "Roo.bootstrap",
119            "items" : [
120             {
121              "listeners" : {
122               "render" : "function (_self)\n{\n    _this.company = _self;\n}"
123              },
124              "Boolean allowBlank" : false,
125              "String name" : "name",
126              "xtype" : "Input",
127              "string fieldLabel" : "Company",
128              "$ xns" : "Roo.bootstrap",
129              "String indicatorpos" : "left"
130             }
131            ]
132           }
133          ]
134         },
135         {
136          "xtype" : "Row",
137          "$ xns" : "Roo.bootstrap",
138          "items" : [
139           {
140            "Number md" : 12,
141            "xtype" : "Column",
142            "$ xns" : "Roo.bootstrap",
143            "items" : [
144             {
145              "listeners" : {
146               "render" : "function (_self)\n{\n    _this.address = _self;\n}"
147              },
148              "String name" : "address",
149              "xtype" : "Input",
150              "string fieldLabel" : "Address",
151              "$ xns" : "Roo.bootstrap",
152              "String indicatorpos" : "left"
153             }
154            ]
155           }
156          ]
157         },
158         {
159          "xtype" : "Row",
160          "$ xns" : "Roo.bootstrap",
161          "items" : [
162           {
163            "Number md" : 12,
164            "xtype" : "Column",
165            "$ xns" : "Roo.bootstrap",
166            "items" : [
167             {
168              "listeners" : {
169               "render" : "function (_self)\n{\n    _this.tel = _self;\n}"
170              },
171              "String name" : "tel",
172              "xtype" : "Input",
173              "string fieldLabel" : "Phone",
174              "$ xns" : "Roo.bootstrap",
175              "String indicatorpos" : "left"
176             }
177            ]
178           }
179          ]
180         },
181         {
182          "xtype" : "Row",
183          "$ xns" : "Roo.bootstrap",
184          "items" : [
185           {
186            "Number md" : 12,
187            "xtype" : "Column",
188            "$ xns" : "Roo.bootstrap",
189            "items" : [
190             {
191              "listeners" : {
192               "render" : "function (_self)\n{\n    _this.fax = _self;\n}"
193              },
194              "String name" : "email",
195              "xtype" : "Input",
196              "string fieldLabel" : "Email",
197              "$ xns" : "Roo.bootstrap",
198              "String indicatorpos" : "left"
199             }
200            ]
201           }
202          ]
203         },
204         {
205          "xtype" : "Row",
206          "$ xns" : "Roo.bootstrap",
207          "items" : [
208           {
209            "Number md" : 12,
210            "xtype" : "Column",
211            "$ xns" : "Roo.bootstrap",
212            "items" : [
213             {
214              "listeners" : {
215               "render" : "function (_self)\n{\n    _this.url = _self;\n}"
216              },
217              "String name" : "url",
218              "xtype" : "Input",
219              "string fieldLabel" : "URL",
220              "$ xns" : "Roo.bootstrap",
221              "String indicatorpos" : "left"
222             }
223            ]
224           }
225          ]
226         },
227         {
228          "String cls" : "badmin-company-edit-remark",
229          "xtype" : "Row",
230          "$ xns" : "Roo.bootstrap",
231          "items" : [
232           {
233            "Number md" : 12,
234            "xtype" : "Column",
235            "$ xns" : "Roo.bootstrap",
236            "items" : [
237             {
238              "listeners" : {
239               "render" : "function (_self)\n{\n    _this.remarks = _self;\n}"
240              },
241              "String name" : "remarks",
242              "xtype" : "TextArea",
243              "string fieldLabel" : "Remarks",
244              "$ xns" : "Roo.bootstrap",
245              "String indicatorpos" : "left"
246             }
247            ]
248           }
249          ]
250         },
251         {
252          "listeners" : {
253           "render" : "function (_self)\n{\n    _this.companyID = _self;\n}"
254          },
255          "String name" : "id",
256          "xtype" : "Input",
257          "String inputType" : "hidden",
258          "$ xns" : "Roo.bootstrap"
259         }
260        ]
261       }
262      ]
263     },
264     {
265      "listeners" : {
266       "click" : "function (_self, e)\n{\n    _this.dialog.hide();\n}"
267      },
268      "String weight" : "default",
269      "xtype" : "Button",
270      "$ xns" : "Roo.bootstrap",
271      "String html" : "Cancel",
272      "* prop" : "buttons[]"
273     },
274     {
275      "listeners" : {
276       "render" : "function (_self)\n{\n    _this.btn_ok=this;\n}",
277       "click" : "function (_self, e)\n{\n    if(!_this.form.isValid()){\n        Roo.bootstrap.MessageBox.alert('Error', 'Please Correct all the errors in red');\n        return;\n    }\n    \n    var myID = _this.form.findField('id').getValue();\n    var myName = _this.form.findField('name').getValue();\n    \n    console.log(myID + ' ' + myName);\n    \n    new Pman.Request({\n        url : baseURL + '/Roo/Core_company.php',\n        method : 'POST',\n        params : {\n          id : _this.form.findField('id').getValue() * 1,\n          name : _this.form.findField('name').getValue(),\n          _check_name : 1\n        }, \n        success : function(res) {\n           \n            // Adding new record\n            _this.form.doAction(\"submit\");\n        },\n        failure : function(res) {\n           _this.form.doAction(\"submit\");\n        }\n    });\n     \n    return;\n    \n}"
278      },
279      "String weight" : "primary",
280      "xtype" : "Button",
281      "$ xns" : "Roo.bootstrap",
282      "String html" : "Save",
283      "* prop" : "buttons[]"
284     }
285    ]
286   }
287  ]
288 }