Pman.Tab.AdminContactsGroupRight.bjs
[Pman.Admin] / Pman.Tab.AdminContactsGroupRight.bjs
1 {
2     "id": "roo-file-161",
3     "name": "Pman.Tab.AdminContactsGroupRight",
4     "parent": "Pman.Tab.AdminContactsManager",
5     "title": "",
6     "path": "/home/chris/gitlive/Pman.Admin/Pman.Tab.AdminContactsGroupRight.bjs",
7     "items": [
8         {
9             "listeners": {
10                 "|activate": "function() {\n    _this.panel = this;\n    if (_this.grid) {\n        _this.grid.footer.onClick('first');\n    }\n}"
11             },
12             "autoScroll": true,
13             "background": true,
14             "fitContainer": true,
15             "fitToframe": true,
16             "region": "center",
17             "tableName": "Person",
18             "title": "Rights",
19             "xtype": "GridPanel",
20             "|xns": "Roo",
21             "items": [
22                 {
23                     "listeners": {
24                         "|render": "function() \n{\n    _this.grid = this; \n    if (!_this.dialog) {\n        _this.dialog = Pman.Dialog.PersonEdit;\n        \n    }\n    //_this.dialog = Pman.Dialog.FILL_IN\n    if (_this.panel.active) {\n       this.footer.onClick('first');\n    }\n}",
25                         "|rowdblclick": "function (_self, rowIndex, e)\n{\n    if (!_this.dialog) return;\n    _this.dialog.show( this.getDataSource().getAt(rowIndex), function() {\n        _this.grid.footer.onClick('first');\n    }); \n}\n",
26                         "cellclick": "function (_self, rowIndex, columnIndex, e)\n{\n\n        var di = this.colModel.getDataIndex(columnIndex);\n        if (di != 'active') {\n            return;\n        }\n         \n        var rec = _this.grid.ds.getAt(rowIndex);\n        \n        rec.set('active', rec.data.active ? 0 : 1);\n        rec.commit();\n         \n        \n}"
27                     },
28                     "*prop": "grid",
29                     "autoExpandColumn": "name",
30                     "ddGroup": "groupDD",
31                     "enableDrag": true,
32                     "loadMask": true,
33                     "xtype": "Grid",
34                     "|xns": "Roo.grid",
35                     "items": [
36                         {
37                             "listeners": {
38                                 "beforeload": "function (_self, o)\n{\n    if (!o.params) {\n        o.params = {}\n    }\n    var s = Pman.Tab.Groups.grid.getSelectionModel().getSelections();\n    if (!s.length) {\n        o.params.group_id = -1;\n    } else {\n        o.params.group_id = s[0].data.id;\n    }\n    if (o.params.group_id < 0) {\n        _this.grid.getView().el.mask(\"You can not set permissions for that group\");\n        return false;\n    }\n    _this.grid.getView().el.unmask();\n    return true;\n  \n}",
39                                 "update": "function (_self, record, operation)\n{\n    if (operation != 'commit') {\n        return;\n    }\n    // only used to change active status.\n    \n    new Pman.Request({\n        url : baseURL + '/Roo/Person.php',\n        method :'POST',\n        params : {\n            id : record.data.id,\n            active: record.data.active\n            \n        },\n        success : function() {\n            // do nothing\n            \n            _this.grid.ds.remove(record);\n            \n        },\n        failure : function() \n        {\n            Roo.MessageBox.alert(\"Error\", \"saving failed\", function() {\n                _this.grid.footer.onClick('first');\n            });\n        }\n    });\n}"
40                             },
41                             "*prop": "dataSource",
42                             "remoteSort": true,
43                             "xtype": "Store",
44                             "|sortInfo": "{ field : 'name', direction: 'ASC' }",
45                             "|xns": "Roo.data",
46                             "items": [
47                                 {
48                                     "*prop": "proxy",
49                                     "method": "GET",
50                                     "xtype": "HttpProxy",
51                                     "|url": "baseURL + '/Admin/GroupRights.php'",
52                                     "|xns": "Roo.data"
53                                 },
54                                 {
55                                     "|xns": "Roo.data",
56                                     "xtype": "JsonReader",
57                                     "totalProperty": "total",
58                                     "root": "data",
59                                     "*prop": "reader",
60                                     "id": "id",
61                                     "|fields": "[\n    {\n        'name': 'id',\n        'type': 'int'\n    },\n    {\n        'name': 'office_id',\n        'type': 'int'\n    },\n    {\n        'name': 'name',\n        'type': 'string'\n    },\n    {\n        'name': 'phone',\n        'type': 'string'\n    },\n    {\n        'name': 'fax',\n        'type': 'string'\n    },\n    {\n        'name': 'email',\n        'type': 'string'\n    },\n    {\n        'name': 'company_id',\n        'type': 'int'\n    },\n    {\n        'name': 'role',\n        'type': 'string'\n    },\n    {\n        'name': 'active',\n        'type': 'int'\n    },\n    {\n        'name': 'remarks',\n        'type': 'string'\n    },\n    {\n        'name': 'passwd',\n        'type': 'string'\n    },\n    {\n        'name': 'owner_id',\n        'type': 'int'\n    },\n    {\n        'name': 'lang',\n        'type': 'string'\n    },\n    {\n        'name': 'no_reset_sent',\n        'type': 'int'\n    },\n    {\n        'name': 'action_type',\n        'type': 'string'\n    },\n    {\n        'name': 'project_id',\n        'type': 'int'\n    },\n    {\n        'name': 'office_id_id',\n        'type': 'int'\n    },\n    {\n        'name': 'office_id_company_id',\n        'type': 'int'\n    },\n    {\n        'name': 'office_id_name',\n        'type': 'string'\n    },\n    {\n        'name': 'office_id_address',\n        'type': 'string'\n    },\n    {\n        'name': 'office_id_phone',\n        'type': 'string'\n    },\n    {\n        'name': 'office_id_fax',\n        'type': 'string'\n    },\n    {\n        'name': 'office_id_email',\n        'type': 'string'\n    },\n    {\n        'name': 'office_id_role',\n        'type': 'string'\n    },\n    {\n        'name': 'company_id_code',\n        'type': 'string'\n    },\n    {\n        'name': 'company_id_name',\n        'type': 'string'\n    },\n    {\n        'name': 'company_id_remarks',\n        'type': 'string'\n    },\n    {\n        'name': 'company_id_owner_id',\n        'type': 'int'\n    },\n    {\n        'name': 'company_id_address',\n        'type': 'string'\n    },\n    {\n        'name': 'company_id_tel',\n        'type': 'string'\n    },\n    {\n        'name': 'company_id_fax',\n        'type': 'string'\n    },\n    {\n        'name': 'company_id_email',\n        'type': 'string'\n    },\n    {\n        'name': 'company_id_id',\n        'type': 'int'\n    },\n    {\n        'name': 'company_id_isOwner',\n        'type': 'int'\n    },\n    {\n        'name': 'company_id_logo_id',\n        'type': 'int'\n    },\n    {\n        'name': 'company_id_background_color',\n        'type': 'string'\n    },\n    {\n        'name': 'company_id_comptype',\n        'type': 'string'\n    },\n    {\n        'name': 'company_id_url',\n        'type': 'string'\n    },\n    {\n        'name': 'company_id_main_office_id',\n        'type': 'int'\n    },\n    {\n        'name': 'company_id_created_by',\n        'type': 'int'\n    },\n    {\n        'name': 'company_id_created_dt',\n        'type': 'date'\n    },\n    {\n        'name': 'company_id_updated_by',\n        'type': 'int'\n    },\n    {\n        'name': 'company_id_updated_dt',\n        'type': 'date'\n    },\n    {\n        'name': 'company_id_passwd',\n        'type': 'string'\n    },\n    {\n        'name': 'project_id_id',\n        'type': 'int'\n    },\n    {\n        'name': 'project_id_name',\n        'type': 'string'\n    },\n    {\n        'name': 'project_id_remarks',\n        'type': 'string'\n    },\n    {\n        'name': 'project_id_owner_id',\n        'type': 'int'\n    },\n    {\n        'name': 'project_id_code',\n        'type': 'string'\n    },\n    {\n        'name': 'project_id_active',\n        'type': 'int'\n    },\n    {\n        'name': 'project_id_type',\n        'type': 'string'\n    },\n    {\n        'name': 'project_id_client_id',\n        'type': 'int'\n    },\n    {\n        'name': 'project_id_team_id',\n        'type': 'int'\n    },\n    {\n        'name': 'project_id_file_location',\n        'type': 'string'\n    },\n    {\n        'name': 'project_id_open_date',\n        'type': 'date'\n    },\n    {\n        'name': 'project_id_open_by',\n        'type': 'int'\n    },\n    {\n        'name': 'project_id_close_date',\n        'type': 'date'\n    },\n    {\n        'name': 'project_id_countries',\n        'type': 'string'\n    },\n    {\n        'name': 'project_id_languages',\n        'type': 'string'\n    },\n    {\n        'name': 'project_id_agency_id',\n        'type': 'int'\n    },\n    {\n        'name': 'owner_id_id',\n        'type': 'int'\n    },\n    {\n        'name': 'owner_id_office_id',\n        'type': 'int'\n    },\n    {\n        'name': 'owner_id_name',\n        'type': 'string'\n    },\n    {\n        'name': 'owner_id_phone',\n        'type': 'string'\n    },\n    {\n        'name': 'owner_id_fax',\n        'type': 'string'\n    },\n    {\n        'name': 'owner_id_email',\n        'type': 'string'\n    },\n    {\n        'name': 'owner_id_company_id',\n        'type': 'int'\n    },\n    {\n        'name': 'owner_id_role',\n        'type': 'string'\n    },\n    {\n        'name': 'owner_id_active',\n        'type': 'int'\n    },\n    {\n        'name': 'owner_id_remarks',\n        'type': 'string'\n    },\n    {\n        'name': 'owner_id_passwd',\n        'type': 'string'\n    },\n    {\n        'name': 'owner_id_owner_id',\n        'type': 'int'\n    },\n    {\n        'name': 'owner_id_lang',\n        'type': 'string'\n    },\n    {\n        'name': 'owner_id_no_reset_sent',\n        'type': 'int'\n    },\n    {\n        'name': 'owner_id_action_type',\n        'type': 'string'\n    },\n    {\n        'name': 'owner_id_project_id',\n        'type': 'int'\n    }\n]"
62                                 }
63                             ]
64                         },
65                         {
66                             "*prop": "footer",
67                             "xtype": "PagingToolbar",
68                             "pageSize": 25,
69                             "displayInfo": true,
70                             "displayMsg": "Displaying Person{0} - {1} of {2}",
71                             "emptyMsg": "No Person found",
72                             "|xns": "Roo",
73                             "items": [
74                                 {
75                                     "text": "Drag person to add or remove from group",
76                                     "xtype": "TextItem",
77                                     "|xns": "Roo.Toolbar"
78                                 }
79                             ]
80                         },
81                         {
82                             "*prop": "toolbar",
83                             "xtype": "Toolbar",
84                             "|xns": "Roo",
85                             "items": [
86                                 {
87                                     "text": "Search",
88                                     "xtype": "TextItem",
89                                     "|xns": "Roo.Toolbar"
90                                 },
91                                 {
92                                     "listeners": {
93                                         "render": "function (_self)\n{\n    _this.searchBox = _self;\n}",
94                                         "show": "function (_self,e)\n{\n    if (e.getCharCode() != 13) {\n        return;\n    }\n    _this.grid.footer.onClick('first');\n}",
95                                         "specialkey": "function (_self, e)\n{\n  if (e.getKey() == 13) {\n    _this.grid.footer.onClick('first');\n  }\n}"
96                                     },
97                                     "xtype": "TextField",
98                                     "|xns": "Roo.form"
99                                 },
100                                 {
101                                     "listeners": {
102                                         "render": "function (_self)\n{\n  _this.companyCombo = _self;\n}",
103                                         "select": "function (combo, record, index)\n{\n   _this.grid.footer.onClick.defer(300,_this.grid.footer,[ 'first'] );\n}"
104                                     },
105                                     "displayField": "name",
106                                     "editable": true,
107                                     "emptyText": "Select Company",
108                                     "forceSelection": true,
109                                     "hiddenName": "company_id",
110                                     "listWidth": 400,
111                                     "loadingText": "Searching...",
112                                     "minChars": 2,
113                                     "name": "company_name",
114                                     "pageSize": 20,
115                                     "qtip": "Select Companies",
116                                     "queryParam": "query[name]",
117                                     "selectOnFocus": true,
118                                     "tpl": "<div class=\"x-grid-cell-text x-btn button\"><b>{name}</b> </div>",
119                                     "triggerAction": "all",
120                                     "typeAhead": true,
121                                     "valueField": "id",
122                                     "width": 150,
123                                     "xtype": "ComboBox",
124                                     "|xns": "Roo.form",
125                                     "items": [
126                                         {
127                                             "listeners": {
128                                                 "|beforeload": "function (_self, o){\n    o.params = o.params || {};\n    // set more here\n}\n"
129                                             },
130                                             "*prop": "store",
131                                             "remoteSort": true,
132                                             "xtype": "Store",
133                                             "|sortInfo": "{ direction : 'ASC', field: 'name' }",
134                                             "|xns": "Roo.data",
135                                             "items": [
136                                                 {
137                                                     "*prop": "proxy",
138                                                     "xtype": "HttpProxy",
139                                                     "method": "GET",
140                                                     "|xns": "Roo.data",
141                                                     "|url": "baseURL + '/Roo/Companies.php'"
142                                                 },
143                                                 {
144                                                     "*prop": "reader",
145                                                     "xtype": "JsonReader",
146                                                     "|xns": "Roo.data",
147                                                     "id": "id",
148                                                     "root": "data",
149                                                     "totalProperty": "total",
150                                                     "|fields": "[{\"name\":\"id\",\"type\":\"int\"},{\"name\":\"code\",\"type\":\"string\"}]"
151                                                 }
152                                             ]
153                                         }
154                                     ]
155                                 },
156                                 {
157                                     "listeners": {
158                                         "|click": "function (_self, e)\n{\n_this.grid.footer.onClick('first');\n}"
159                                     },
160                                     "cls": "x-btn-icon",
161                                     "xtype": "Button",
162                                     "|icon": "rootURL + '/Pman/templates/images/search.gif'",
163                                     "|xns": "Roo.Toolbar"
164                                 },
165                                 {
166                                     "listeners": {
167                                         "|click": "function (_self, e)\n{\n_this.searchBox.setValue('');\n    _this.grid.footer.onClick('first');\n}"
168                                     },
169                                     "cls": "x-btn-icon",
170                                     "xtype": "Button",
171                                     "|icon": "rootURL + '/Pman/templates/images/edit-clear.gif'",
172                                     "|xns": "Roo.Toolbar"
173                                 },
174                                 {
175                                     "listeners": {
176                                         "toggle": "function (_self, pressed)\n{\n   _this.grid.footer.onClick('first');\n   this.setText(pressed ? \"Show Active\" : \"Show Removed\");\n   \n   \n}",
177                                         "render": "function (_self)\n{\n  _this.activeButton = _self;\n}"
178                                     },
179                                     "enableToggle": true,
180                                     "text": "Show Removed",
181                                     "xtype": "Button",
182                                     "|xns": "Roo.Toolbar"
183                                 },
184                                 {
185                                     "listeners": {
186                                         "toggle": "function (_self, pressed)\n{\n   _this.grid.footer.onClick('first');\n   this.setText(pressed ? \"Show Company\" : \"Show No Company\");\n   \n   \n}",
187                                         "render": "function (_self)\n{\n  _this.active_company_button = _self;\n}"
188                                     },
189                                     "enableToggle": true,
190                                     "text": "Show No Company",
191                                     "xtype": "Button",
192                                     "|xns": "Roo.Toolbar"
193                                 },
194                                 {
195                                     "|xns": "Roo.Toolbar",
196                                     "xtype": "Fill"
197                                 },
198                                 {
199                                     "listeners": {
200                                         "|click": "function()\n{\n    \n    _this.dialog.show( { id : 0 } , function() {\n        _this.grid.footer.onClick('first');\n   }); \n}\n"
201                                     },
202                                     "cls": "x-btn-text-icon",
203                                     "text": "Add",
204                                     "xtype": "Button",
205                                     "|icon": "Roo.rootURL + 'images/default/dd/drop-add.gif'",
206                                     "|xns": "Roo.Toolbar"
207                                 },
208                                 {
209                                     "listeners": {
210                                         "|click": "function()\n{\n    \n    Pman.Dialog.PersonBulkAdd.show( { id : 0 } , function() {\n        _this.grid.footer.onClick('first');\n   }); \n}\n"
211                                     },
212                                     "cls": "x-btn-text-icon",
213                                     "text": "Bulk Add",
214                                     "xtype": "Button",
215                                     "|icon": "Roo.rootURL + 'images/default/dd/drop-add.gif'",
216                                     "|xns": "Roo.Toolbar"
217                                 },
218                                 {
219                                     "listeners": {
220                                         "|click": "function()\n{\n    var s = _this.grid.getSelectionModel().getSelections();\n    if (!s.length || (s.length > 1))  {\n        Roo.MessageBox.alert(\"Error\", s.length ? \"Select only one Row\" : \"Select a Row\");\n        return;\n    }\n  \n    _this.dialog.show(s[0].data, function() {\n        _this.grid.footer.onClick('first');\n    }); \n    \n}\n"
221                                     },
222                                     "cls": "x-btn-text-icon",
223                                     "text": "Edit",
224                                     "xtype": "Button",
225                                     "|icon": "Roo.rootURL + 'images/default/tree/leaf.gif'",
226                                     "|xns": "Roo.Toolbar"
227                                 },
228                                 {
229                                     "listeners": {
230                                         "|click": "function()\n{\n     Pman.genericDelete(_this, 'Person'); \n}\n        "
231                                     },
232                                     "cls": "x-btn-text-icon",
233                                     "text": "Delete",
234                                     "xtype": "Button",
235                                     "|icon": "rootURL + '/Pman/templates/images/trash.gif'",
236                                     "|xns": "Roo.Toolbar"
237                                 }
238                             ]
239                         },
240                         {
241                             "*prop": "colModel[]",
242                             "dataIndex": "accessmask",
243                             "header": "All",
244                             "sortable": false,
245                             "width": 50,
246                             "xtype": "ColumnModel",
247                             "|renderer": "function(v,x,r) {\n    var state = v> 0 ?  '-checked' : '';\n\n    return '<img class=\"x-grid-check-icon' + state + '\" src=\"' + Roo.BLANK_IMAGE_URL + '\"/>';\n}",
248                             "|xns": "Roo.grid"
249                         },
250                         {
251                             "*prop": "colModel[]",
252                             "dataIndex": "rightname",
253                             "header": "Module",
254                             "sortable": false,
255                             "width": 150,
256                             "xtype": "ColumnModel",
257                             "|renderer": "function(v,x,r) {\n    return String.format('<span qtip=\"{1}\">{0}</span>', v.split('.').shift(), v);\n}",
258                             "|xns": "Roo.grid"
259                         },
260                         {
261                             "*prop": "colModel[]",
262                             "dataIndex": "descript",
263                             "header": "Permission",
264                             "sortable": false,
265                             "width": 300,
266                             "xtype": "ColumnModel",
267                             "|renderer": "function(v,x,r)\n{\n    if (r.json.descript && r.json.descript.length) {\n        return String.format('{0}',r.json.descript);\n    }\n    \n    return '???' + v;\n}",
268                             "|xns": "Roo.grid"
269                         },
270                         {
271                             "*prop": "colModel[]",
272                             "dataIndex": "accessmask_A",
273                             "header": "Add",
274                             "width": 75,
275                             "xtype": "ColumnModel",
276                             "|renderer": "function(v) {  \n    var state = v> 0 ?  '-checked' : '';\n\n    return '<img class=\"x-grid-check-icon' + state + '\" src=\"' + Roo.BLANK_IMAGE_URL + '\"/>';\n                \n }",
277                             "|xns": "Roo.grid"
278                         },
279                         {
280                             "*prop": "colModel[]",
281                             "dataIndex": "accessmask_E",
282                             "header": "Edit",
283                             "width": 75,
284                             "xtype": "ColumnModel",
285                             "|renderer": "function(v) {  \n    var state = v> 0 ?  '-checked' : '';\n\n    return '<img class=\"x-grid-check-icon' + state + '\" src=\"' + Roo.BLANK_IMAGE_URL + '\"/>';\n                \n }",
286                             "|xns": "Roo.grid"
287                         },
288                         {
289                             "*prop": "colModel[]",
290                             "dataIndex": "accessmask_D",
291                             "header": "Delete",
292                             "width": 75,
293                             "xtype": "ColumnModel",
294                             "|renderer": "function(v) {  \n    var state = v> 0 ?  '-checked' : '';\n\n    return '<img class=\"x-grid-check-icon' + state + '\" src=\"' + Roo.BLANK_IMAGE_URL + '\"/>';\n                \n }",
295                             "|xns": "Roo.grid"
296                         },
297                         {
298                             "*prop": "colModel[]",
299                             "dataIndex": "accessmask_S",
300                             "header": "List/View",
301                             "width": 75,
302                             "xtype": "ColumnModel",
303                             "|renderer": "function(v) {  \n    var state = v> 0 ?  '-checked' : '';\n\n    return '<img class=\"x-grid-check-icon' + state + '\" src=\"' + Roo.BLANK_IMAGE_URL + '\"/>';\n                \n }",
304                             "|xns": "Roo.grid"
305                         },
306                         {
307                             "*prop": "colModel[]",
308                             "dataIndex": "active",
309                             "header": "Print/Export",
310                             "width": 75,
311                             "xtype": "ColumnModel",
312                             "|renderer": "function(v) {  \n    var state = v> 0 ?  '-checked' : '';\n\n    return '<img class=\"x-grid-check-icon' + state + '\" src=\"' + Roo.BLANK_IMAGE_URL + '\"/>';\n                \n }",
313                             "|xns": "Roo.grid"
314                         }
315                     ]
316                 }
317             ]
318         }
319     ],
320     "permname": "",
321     "modOrder": "001"
322 }