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                     "ddGroup": "groupDD",
30                     "enableDrag": true,
31                     "loadMask": true,
32                     "xtype": "Grid",
33                     "|xns": "Roo.grid",
34                     "items": [
35                         {
36                             "listeners": {
37                                 "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}",
38                                 "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}"
39                             },
40                             "*prop": "dataSource",
41                             "remoteSort": true,
42                             "xtype": "Store",
43                             "|sortInfo": "{ field : 'name', direction: 'ASC' }",
44                             "|xns": "Roo.data",
45                             "items": [
46                                 {
47                                     "*prop": "proxy",
48                                     "method": "GET",
49                                     "xtype": "HttpProxy",
50                                     "|url": "baseURL + '/Admin/GroupRights.php'",
51                                     "|xns": "Roo.data"
52                                 },
53                                 {
54                                     "|xns": "Roo.data",
55                                     "xtype": "JsonReader",
56                                     "totalProperty": "total",
57                                     "root": "data",
58                                     "*prop": "reader",
59                                     "id": "id",
60                                     "|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]"
61                                 }
62                             ]
63                         },
64                         {
65                             "*prop": "footer",
66                             "xtype": "PagingToolbar",
67                             "pageSize": 25,
68                             "displayInfo": true,
69                             "displayMsg": "Displaying Person{0} - {1} of {2}",
70                             "emptyMsg": "No Person found",
71                             "|xns": "Roo",
72                             "items": [
73                                 {
74                                     "text": "Drag person to add or remove from group",
75                                     "xtype": "TextItem",
76                                     "|xns": "Roo.Toolbar"
77                                 }
78                             ]
79                         },
80                         {
81                             "*prop": "toolbar",
82                             "xtype": "Toolbar",
83                             "|xns": "Roo",
84                             "items": [
85                                 {
86                                     "text": "Search",
87                                     "xtype": "TextItem",
88                                     "|xns": "Roo.Toolbar"
89                                 },
90                                 {
91                                     "listeners": {
92                                         "render": "function (_self)\n{\n    _this.searchBox = _self;\n}",
93                                         "show": "function (_self,e)\n{\n    if (e.getCharCode() != 13) {\n        return;\n    }\n    _this.grid.footer.onClick('first');\n}",
94                                         "specialkey": "function (_self, e)\n{\n  if (e.getKey() == 13) {\n    _this.grid.footer.onClick('first');\n  }\n}"
95                                     },
96                                     "xtype": "TextField",
97                                     "|xns": "Roo.form"
98                                 },
99                                 {
100                                     "listeners": {
101                                         "render": "function (_self)\n{\n  _this.companyCombo = _self;\n}",
102                                         "select": "function (combo, record, index)\n{\n   _this.grid.footer.onClick.defer(300,_this.grid.footer,[ 'first'] );\n}"
103                                     },
104                                     "displayField": "name",
105                                     "editable": true,
106                                     "emptyText": "Select Company",
107                                     "forceSelection": true,
108                                     "hiddenName": "company_id",
109                                     "listWidth": 400,
110                                     "loadingText": "Searching...",
111                                     "minChars": 2,
112                                     "name": "company_name",
113                                     "pageSize": 20,
114                                     "qtip": "Select Companies",
115                                     "queryParam": "query[name]",
116                                     "selectOnFocus": true,
117                                     "tpl": "<div class=\"x-grid-cell-text x-btn button\"><b>{name}</b> </div>",
118                                     "triggerAction": "all",
119                                     "typeAhead": true,
120                                     "valueField": "id",
121                                     "width": 150,
122                                     "xtype": "ComboBox",
123                                     "|xns": "Roo.form",
124                                     "items": [
125                                         {
126                                             "listeners": {
127                                                 "|beforeload": "function (_self, o){\n    o.params = o.params || {};\n    // set more here\n}\n"
128                                             },
129                                             "*prop": "store",
130                                             "remoteSort": true,
131                                             "xtype": "Store",
132                                             "|sortInfo": "{ direction : 'ASC', field: 'name' }",
133                                             "|xns": "Roo.data",
134                                             "items": [
135                                                 {
136                                                     "*prop": "proxy",
137                                                     "xtype": "HttpProxy",
138                                                     "method": "GET",
139                                                     "|xns": "Roo.data",
140                                                     "|url": "baseURL + '/Roo/Companies.php'"
141                                                 },
142                                                 {
143                                                     "*prop": "reader",
144                                                     "xtype": "JsonReader",
145                                                     "|xns": "Roo.data",
146                                                     "id": "id",
147                                                     "root": "data",
148                                                     "totalProperty": "total",
149                                                     "|fields": "[{\"name\":\"id\",\"type\":\"int\"},{\"name\":\"code\",\"type\":\"string\"}]"
150                                                 }
151                                             ]
152                                         }
153                                     ]
154                                 },
155                                 {
156                                     "listeners": {
157                                         "|click": "function (_self, e)\n{\n_this.grid.footer.onClick('first');\n}"
158                                     },
159                                     "cls": "x-btn-icon",
160                                     "xtype": "Button",
161                                     "|icon": "rootURL + '/Pman/templates/images/search.gif'",
162                                     "|xns": "Roo.Toolbar"
163                                 },
164                                 {
165                                     "listeners": {
166                                         "|click": "function (_self, e)\n{\n_this.searchBox.setValue('');\n    _this.grid.footer.onClick('first');\n}"
167                                     },
168                                     "cls": "x-btn-icon",
169                                     "xtype": "Button",
170                                     "|icon": "rootURL + '/Pman/templates/images/edit-clear.gif'",
171                                     "|xns": "Roo.Toolbar"
172                                 },
173                                 {
174                                     "listeners": {
175                                         "toggle": "function (_self, pressed)\n{\n   _this.grid.footer.onClick('first');\n   this.setText(pressed ? \"Show Active\" : \"Show Removed\");\n   \n   \n}",
176                                         "render": "function (_self)\n{\n  _this.activeButton = _self;\n}"
177                                     },
178                                     "enableToggle": true,
179                                     "text": "Show Removed",
180                                     "xtype": "Button",
181                                     "|xns": "Roo.Toolbar"
182                                 },
183                                 {
184                                     "listeners": {
185                                         "toggle": "function (_self, pressed)\n{\n   _this.grid.footer.onClick('first');\n   this.setText(pressed ? \"Show Company\" : \"Show No Company\");\n   \n   \n}",
186                                         "render": "function (_self)\n{\n  _this.active_company_button = _self;\n}"
187                                     },
188                                     "enableToggle": true,
189                                     "text": "Show No Company",
190                                     "xtype": "Button",
191                                     "|xns": "Roo.Toolbar"
192                                 },
193                                 {
194                                     "|xns": "Roo.Toolbar",
195                                     "xtype": "Fill"
196                                 },
197                                 {
198                                     "listeners": {
199                                         "|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"
200                                     },
201                                     "cls": "x-btn-text-icon",
202                                     "text": "Edit",
203                                     "xtype": "Button",
204                                     "|icon": "Roo.rootURL + 'images/default/tree/leaf.gif'",
205                                     "|xns": "Roo.Toolbar"
206                                 },
207                                 {
208                                     "listeners": {
209                                         "|click": "function()\n{\n     Pman.genericDelete(_this, 'Person'); \n}\n        "
210                                     },
211                                     "cls": "x-btn-text-icon",
212                                     "text": "Delete",
213                                     "xtype": "Button",
214                                     "|icon": "rootURL + '/Pman/templates/images/trash.gif'",
215                                     "|xns": "Roo.Toolbar"
216                                 }
217                             ]
218                         },
219                         {
220                             "*prop": "colModel[]",
221                             "dataIndex": "accessmask",
222                             "header": "All",
223                             "sortable": false,
224                             "width": 50,
225                             "xtype": "ColumnModel",
226                             "|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}",
227                             "|xns": "Roo.grid"
228                         },
229                         {
230                             "*prop": "colModel[]",
231                             "dataIndex": "rightname",
232                             "header": "Module",
233                             "sortable": false,
234                             "width": 150,
235                             "xtype": "ColumnModel",
236                             "|renderer": "function(v,x,r) {\n    if(!v){\n        return;\n    }\n    return String.format('<span qtip=\"{1}\">{0}</span>', v.split('.').shift(), v);\n}",
237                             "|xns": "Roo.grid"
238                         },
239                         {
240                             "*prop": "colModel[]",
241                             "dataIndex": "descript",
242                             "header": "Permission",
243                             "sortable": false,
244                             "width": 300,
245                             "xtype": "ColumnModel",
246                             "|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}",
247                             "|xns": "Roo.grid"
248                         },
249                         {
250                             "*prop": "colModel[]",
251                             "dataIndex": "accessmask_A",
252                             "header": "Add",
253                             "width": 75,
254                             "xtype": "ColumnModel",
255                             "|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 }",
256                             "|xns": "Roo.grid"
257                         },
258                         {
259                             "*prop": "colModel[]",
260                             "dataIndex": "accessmask_E",
261                             "header": "Edit",
262                             "width": 75,
263                             "xtype": "ColumnModel",
264                             "|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 }",
265                             "|xns": "Roo.grid"
266                         },
267                         {
268                             "*prop": "colModel[]",
269                             "dataIndex": "accessmask_D",
270                             "header": "Delete",
271                             "width": 75,
272                             "xtype": "ColumnModel",
273                             "|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 }",
274                             "|xns": "Roo.grid"
275                         },
276                         {
277                             "*prop": "colModel[]",
278                             "dataIndex": "accessmask_S",
279                             "header": "List/View",
280                             "width": 75,
281                             "xtype": "ColumnModel",
282                             "|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 }",
283                             "|xns": "Roo.grid"
284                         },
285                         {
286                             "*prop": "colModel[]",
287                             "dataIndex": "accessmask_P",
288                             "header": "Print/Export",
289                             "width": 75,
290                             "xtype": "ColumnModel",
291                             "|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 }",
292                             "|xns": "Roo.grid"
293                         }
294                     ]
295                 }
296             ]
297         }
298     ],
299     "permname": "",
300     "modOrder": "001"
301 }