Pman.Tab.AdminContacts.bjs
[Pman.Admin] / Pman.Tab.AdminContacts.bjs
1 {
2     "id": "roo-file-170",
3     "name": "Pman.Tab.AdminContacts",
4     "parent": "Pman.Tab.AdminContactsManager",
5     "title": "Pman.Tab.AdminContacts",
6     "path": "/home/alan/gitlive/Pman.Admin/Pman.Tab.AdminContacts.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": "Person",
19             "xtype": "GridPanel",
20             "|xns": "Roo",
21             "items": [
22                 {
23                     "listeners": {
24                         "|render": "function() \n{\n    _this.grid = this; \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  \n    o.params['!company_id_comptype'] = 'OWNER';\n    o.params['query[search]'] = _this.searchBox.getValue();\n    \n    if (!_this.activeButton) {return; false;}\n    \n    \n    o.params.active = _this.activeButton.pressed ? 0 : 1;\n    \n    if (Pman.Tab.AdminContactsGroup && Pman.Tab.AdminContactsGroup.grid) {\n        var tms = Pman.Tab.ContactsGroup.grid.getLeftSelections();\n    \n        if (tms.length) {\n            o.params['query[in_group]'] = tms[0].data.id;\n            o.params['query[type]'] = 2; // group type..\n        }\n    }\n    //o.params['query[name]'] = _this.searchBox.getValue();\n  \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        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                                     "xtype": "HttpProxy",
50                                     "method": "GET",
51                                     "|url": "baseURL + '/Roo/Person.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                                     "listeners": {
88                                         "|click": "function()\n{\n    \n    Pman.Dialog.PersonEdit.dialog.show( { id : 0 } , function() {\n        _this.grid.footer.onClick('first');\n   }); \n}\n"
89                                     },
90                                     "cls": "x-btn-text-icon",
91                                     "text": "Add",
92                                     "xtype": "Button",
93                                     "|icon": "Roo.rootURL + 'images/default/dd/drop-add.gif'",
94                                     "|xns": "Roo.Toolbar"
95                                 },
96                                 {
97                                     "listeners": {
98                                         "|click": "function()\n{\n    \n    Pman.Dialog.PersonBulkAdd.dialog.show( { id : 0 } , function() {\n        _this.grid.footer.onClick('first');\n   }); \n}\n"
99                                     },
100                                     "cls": "x-btn-text-icon",
101                                     "text": "Bulk Add",
102                                     "xtype": "Button",
103                                     "|icon": "Roo.rootURL + 'images/default/dd/drop-add.gif'",
104                                     "|xns": "Roo.Toolbar"
105                                 },
106                                 {
107                                     "listeners": {
108                                         "|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    Pman.Dialog.PersonEdit.dialog.show(s[0].data, function() {\n        _this.grid.footer.onClick('first');\n    }); \n    \n}\n"
109                                     },
110                                     "cls": "x-btn-text-icon",
111                                     "text": "Edit",
112                                     "xtype": "Button",
113                                     "|icon": "Roo.rootURL + 'images/default/tree/leaf.gif'",
114                                     "|xns": "Roo.Toolbar"
115                                 },
116                                 {
117                                     "|xns": "Roo.Toolbar",
118                                     "xtype": "Separator"
119                                 },
120                                 {
121                                     "text": "Search",
122                                     "xtype": "TextItem",
123                                     "|xns": "Roo.Toolbar"
124                                 },
125                                 {
126                                     "listeners": {
127                                         "render": "function (_self)\n{\n    _this.searchBox = _self;\n}",
128                                         "show": "function (_self,e)\n{\n    if (e.getCharCode() != 13) {\n        return;\n    }\n    _this.grid.footer.onClick('first');\n}"
129                                     },
130                                     "xtype": "TextField",
131                                     "|xns": "Roo.form"
132                                 },
133                                 {
134                                     "listeners": {
135                                         "|click": "function (_self, e)\n{\n_this.grid.footer.onClick('first');\n}"
136                                     },
137                                     "cls": "x-btn-icon",
138                                     "xtype": "Button",
139                                     "|icon": "rootURL + '/Pman/templates/images/search.gif'",
140                                     "|xns": "Roo.Toolbar"
141                                 },
142                                 {
143                                     "listeners": {
144                                         "|click": "function (_self, e)\n{\n_this.searchBox.setValue('');\n    _this.grid.footer.onClick('first');\n}"
145                                     },
146                                     "cls": "x-btn-icon",
147                                     "xtype": "Button",
148                                     "|icon": "rootURL + '/Pman/templates/images/edit-clear.gif'",
149                                     "|xns": "Roo.Toolbar"
150                                 },
151                                 {
152                                     "|xns": "Roo.Toolbar",
153                                     "xtype": "Fill"
154                                 },
155                                 {
156                                     "listeners": {
157                                         "toggle": "function (_self, pressed)\n{\n   _this.grid.footer.onClick('first');\n   this.setText(pressed ? \"Show Active\" : \"Show Removed\");\n   \n   \n}",
158                                         "render": "function (_self)\n{\n  _this.activeButton = _self;\n}"
159                                     },
160                                     "enableToggle": true,
161                                     "text": "Show Removed",
162                                     "xtype": "Button",
163                                     "|xns": "Roo.Toolbar"
164                                 }
165                             ]
166                         },
167                         {
168                             "hidden": true,
169                             "*prop": "colModel[]",
170                             "dataIndex": "project_id_code",
171                             "header": "Project",
172                             "width": 75,
173                             "xtype": "ColumnModel",
174                             "|renderer": "function(v,x,r) { \n      return String.format('<span qtip=\"{0}\">{1}</span>', \n                    r.data.project_id_name,\n                    v);\n }",
175                             "|xns": "Roo.grid"
176                         },
177                         {
178                             "*prop": "colModel[]",
179                             "dataIndex": "company_id_comptype",
180                             "header": "Type",
181                             "width": 50,
182                             "xtype": "ColumnModel",
183                             "|renderer": "function(v,x,r) {\n    if (r.data.office_id) {\n        return String.format('{0} - {1}', v, r.data.office_id_name); \n    } \n    return String.format('{0}', v); \n}",
184                             "|xns": "Roo.grid"
185                         },
186                         {
187                             "*prop": "colModel[]",
188                             "dataIndex": "company_id_name",
189                             "header": "Company",
190                             "width": 75,
191                             "xtype": "ColumnModel",
192                             "|renderer": "function(v,x,r) {\n    if (r.data.office_id) {\n        return String.format('{0} - {1}', v, r.data.office_id_name); \n    } \n    return String.format('{0}', v); \n}",
193                             "|xns": "Roo.grid"
194                         },
195                         {
196                             "xtype": "ColumnModel",
197                             "header": "Name",
198                             "width": 200,
199                             "dataIndex": "name",
200                             "|renderer": "function(v) { return String.format('{0}', v); }",
201                             "|xns": "Roo.grid",
202                             "*prop": "colModel[]"
203                         },
204                         {
205                             "*prop": "colModel[]",
206                             "dataIndex": "role",
207                             "header": "Role",
208                             "width": 100,
209                             "xtype": "ColumnModel",
210                             "|renderer": "function(v) { return String.format('{0}', v); }",
211                             "|xns": "Roo.grid"
212                         },
213                         {
214                             "*prop": "colModel[]",
215                             "dataIndex": "phone",
216                             "header": "Phone",
217                             "width": 100,
218                             "xtype": "ColumnModel",
219                             "|renderer": "function(v) { return String.format('{0}', v); }",
220                             "|xns": "Roo.grid"
221                         },
222                         {
223                             "*prop": "colModel[]",
224                             "dataIndex": "fax",
225                             "header": "Fax",
226                             "width": 100,
227                             "xtype": "ColumnModel",
228                             "|renderer": "function(v) { return String.format('{0}', v); }",
229                             "|xns": "Roo.grid"
230                         },
231                         {
232                             "*prop": "colModel[]",
233                             "dataIndex": "email",
234                             "header": "Email",
235                             "width": 200,
236                             "xtype": "ColumnModel",
237                             "|renderer": "function(v) {\n   return (v.length && v.indexOf('@') > 0 ) ? \n                    String.format('<a href=\"mailto:{0}\">{0}</a>',v) : v;\n }",
238                             "|xns": "Roo.grid"
239                         },
240                         {
241                             "*prop": "colModel[]",
242                             "dataIndex": "active",
243                             "header": "Active",
244                             "width": 75,
245                             "xtype": "ColumnModel",
246                             "|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 }",
247                             "|xns": "Roo.grid"
248                         }
249                     ]
250                 }
251             ]
252         }
253     ],
254     "permname": "Core.Person",
255     "modOrder": "001"
256 }