Pman.Tab.AdminContacts.bjs
[Pman.Admin] / Pman.Tab.AdminContacts.bjs
1 {
2     "id": "roo-file-0",
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    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  \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    if (!Pman.Tab.AdminContactsGroup) { \n        return false;\n    }\n    \n    \n    if (Pman.Tab.AdminContactsGroup && Pman.Tab.AdminContactsGroup.grid) {\n        var tms = Pman.Tab.AdminContactsGroup.grid.getSelectionModel().getSelected();\n        \n        if (!tms) {\n            return false;\n        }\n        o.params['query[in_group]'] = tms.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            _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                                     "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    _this.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.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    _this.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                                         "specialkey": "function (_self, e)\n{\n  if (e.getKey() == 13) {\n    _this.grid.footer.onClick('first');\n  }\n}"
130                                     },
131                                     "xtype": "TextField",
132                                     "|xns": "Roo.form"
133                                 },
134                                 {
135                                     "listeners": {
136                                         "|click": "function (_self, e)\n{\n_this.grid.footer.onClick('first');\n}"
137                                     },
138                                     "cls": "x-btn-icon",
139                                     "xtype": "Button",
140                                     "|icon": "rootURL + '/Pman/templates/images/search.gif'",
141                                     "|xns": "Roo.Toolbar"
142                                 },
143                                 {
144                                     "listeners": {
145                                         "|click": "function (_self, e)\n{\n_this.searchBox.setValue('');\n    _this.grid.footer.onClick('first');\n}"
146                                     },
147                                     "cls": "x-btn-icon",
148                                     "xtype": "Button",
149                                     "|icon": "rootURL + '/Pman/templates/images/edit-clear.gif'",
150                                     "|xns": "Roo.Toolbar"
151                                 },
152                                 {
153                                     "|xns": "Roo.Toolbar",
154                                     "xtype": "Fill"
155                                 },
156                                 {
157                                     "listeners": {
158                                         "toggle": "function (_self, pressed)\n{\n   _this.grid.footer.onClick('first');\n   this.setText(pressed ? \"Show Active\" : \"Show Removed\");\n   \n   \n}",
159                                         "render": "function (_self)\n{\n  _this.activeButton = _self;\n}"
160                                     },
161                                     "enableToggle": true,
162                                     "text": "Show Removed",
163                                     "xtype": "Button",
164                                     "|xns": "Roo.Toolbar"
165                                 }
166                             ]
167                         },
168                         {
169                             "*prop": "colModel[]",
170                             "dataIndex": "project_id_code",
171                             "header": "Project",
172                             "hidden": true,
173                             "sortable": true,
174                             "width": 75,
175                             "xtype": "ColumnModel",
176                             "|renderer": "function(v,x,r) { \n      return String.format('<span qtip=\"{0}\">{1}</span>', \n                    r.data.project_id_name,\n                    v);\n }",
177                             "|xns": "Roo.grid"
178                         },
179                         {
180                             "*prop": "colModel[]",
181                             "dataIndex": "company_id_comptype",
182                             "header": "Type",
183                             "sortable": true,
184                             "width": 50,
185                             "xtype": "ColumnModel",
186                             "|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}",
187                             "|xns": "Roo.grid"
188                         },
189                         {
190                             "*prop": "colModel[]",
191                             "dataIndex": "company_id_name",
192                             "header": "Company",
193                             "sortable": true,
194                             "width": 150,
195                             "xtype": "ColumnModel",
196                             "|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}",
197                             "|xns": "Roo.grid"
198                         },
199                         {
200                             "*prop": "colModel[]",
201                             "dataIndex": "name",
202                             "header": "Name",
203                             "sortable": true,
204                             "width": 200,
205                             "xtype": "ColumnModel",
206                             "|renderer": "function(v) { return String.format('{0}', v); }",
207                             "|xns": "Roo.grid"
208                         },
209                         {
210                             "*prop": "colModel[]",
211                             "dataIndex": "role",
212                             "header": "Role",
213                             "width": 100,
214                             "xtype": "ColumnModel",
215                             "|renderer": "function(v) { return String.format('{0}', v); }",
216                             "|xns": "Roo.grid"
217                         },
218                         {
219                             "*prop": "colModel[]",
220                             "dataIndex": "phone",
221                             "header": "Phone",
222                             "width": 100,
223                             "xtype": "ColumnModel",
224                             "|renderer": "function(v) { return String.format('{0}', v); }",
225                             "|xns": "Roo.grid"
226                         },
227                         {
228                             "*prop": "colModel[]",
229                             "dataIndex": "fax",
230                             "header": "Fax",
231                             "width": 100,
232                             "xtype": "ColumnModel",
233                             "|renderer": "function(v) { return String.format('{0}', v); }",
234                             "|xns": "Roo.grid"
235                         },
236                         {
237                             "*prop": "colModel[]",
238                             "dataIndex": "email",
239                             "header": "Email",
240                             "sortable": true,
241                             "width": 200,
242                             "xtype": "ColumnModel",
243                             "|renderer": "function(v) {\n   return (v.length && v.indexOf('@') > 0 ) ? \n                    String.format('<a href=\"mailto:{0}\">{0}</a>',v) : v;\n }",
244                             "|xns": "Roo.grid"
245                         },
246                         {
247                             "*prop": "colModel[]",
248                             "dataIndex": "active",
249                             "header": "Active",
250                             "width": 75,
251                             "xtype": "ColumnModel",
252                             "|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 }",
253                             "|xns": "Roo.grid"
254                         }
255                     ]
256                 }
257             ]
258         }
259     ],
260     "permname": "Core.Person",
261     "modOrder": "001"
262 }