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             "background": true,
13             "fitContainer": true,
14             "fitToframe": true,
15             "region": "center",
16             "tableName": "Person",
17             "title": "Person",
18             "xtype": "GridPanel",
19             "|xns": "Roo",
20             "items": [
21                 {
22                     "listeners": {
23                         "|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}",
24                         "|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"
25                     },
26                     "*prop": "grid",
27                     "autoExpandColumn": "name",
28                     "ddGroup": "groupDD",
29                     "enableDrag": true,
30                     "loadMask": true,
31                     "xtype": "Grid",
32                     "|xns": "Roo.grid",
33                     "items": [
34                         {
35                             "listeners": {
36                                 "beforeload": "function (_self, o)\n{\n  \n    o.params['!company_id_comptype'] = 'OWNER';\n    o.params['query[search]'] = _this.searchBox.getValue();\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}"
37                             },
38                             "*prop": "dataSource",
39                             "remoteSort": true,
40                             "xtype": "Store",
41                             "|sortInfo": "{ field : 'name', direction: 'ASC' }",
42                             "|xns": "Roo.data",
43                             "items": [
44                                 {
45                                     "*prop": "proxy",
46                                     "xtype": "HttpProxy",
47                                     "method": "GET",
48                                     "|url": "baseURL + '/Roo/Person.php'",
49                                     "|xns": "Roo.data"
50                                 },
51                                 {
52                                     "|xns": "Roo.data",
53                                     "xtype": "JsonReader",
54                                     "totalProperty": "total",
55                                     "root": "data",
56                                     "*prop": "reader",
57                                     "id": "id",
58                                     "|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]"
59                                 }
60                             ]
61                         },
62                         {
63                             "*prop": "footer",
64                             "xtype": "PagingToolbar",
65                             "pageSize": 25,
66                             "displayInfo": true,
67                             "displayMsg": "Displaying Person{0} - {1} of {2}",
68                             "emptyMsg": "No Person found",
69                             "|xns": "Roo",
70                             "items": [
71                                 {
72                                     "enableToggle": true,
73                                     "text": "Show Removed",
74                                     "xtype": "Button",
75                                     "|xns": "Roo.Toolbar"
76                                 },
77                                 {
78                                     "text": "Drag person to add or remove from group",
79                                     "xtype": "TextItem",
80                                     "|xns": "Roo.Toolbar"
81                                 }
82                             ]
83                         },
84                         {
85                             "*prop": "toolbar",
86                             "xtype": "Toolbar",
87                             "|xns": "Roo",
88                             "items": [
89                                 {
90                                     "listeners": {
91                                         "|click": "function()\n{\n    \n    Pman.Dialog.PersonEdit.dialog.show( { id : 0 } , function() {\n        _this.grid.footer.onClick('first');\n   }); \n}\n"
92                                     },
93                                     "cls": "x-btn-text-icon",
94                                     "text": "Add",
95                                     "xtype": "Button",
96                                     "|icon": "Roo.rootURL + 'images/default/dd/drop-add.gif'",
97                                     "|xns": "Roo.Toolbar"
98                                 },
99                                 {
100                                     "listeners": {
101                                         "|click": "function()\n{\n    \n    Pman.Dialog.PersonBulkAdd.dialog.show( { id : 0 } , function() {\n        _this.grid.footer.onClick('first');\n   }); \n}\n"
102                                     },
103                                     "cls": "x-btn-text-icon",
104                                     "text": "Bulk Add",
105                                     "xtype": "Button",
106                                     "|icon": "Roo.rootURL + 'images/default/dd/drop-add.gif'",
107                                     "|xns": "Roo.Toolbar"
108                                 },
109                                 {
110                                     "listeners": {
111                                         "|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"
112                                     },
113                                     "cls": "x-btn-text-icon",
114                                     "text": "Edit",
115                                     "xtype": "Button",
116                                     "|icon": "Roo.rootURL + 'images/default/tree/leaf.gif'",
117                                     "|xns": "Roo.Toolbar"
118                                 },
119                                 {
120                                     "|xns": "Roo.Toolbar",
121                                     "xtype": "Separator"
122                                 },
123                                 {
124                                     "text": "Search",
125                                     "xtype": "TextItem",
126                                     "|xns": "Roo.Toolbar"
127                                 },
128                                 {
129                                     "listeners": {
130                                         "render": "function (_self)\n{\n    _this.searchBox = _self;\n}",
131                                         "show": "function (_self,e)\n{\n    if (e.getCharCode() != 13) {\n        return;\n    }\n    _this.grid.footer.onClick('first');\n}"
132                                     },
133                                     "xtype": "TextField",
134                                     "|xns": "Roo.form"
135                                 },
136                                 {
137                                     "listeners": {
138                                         "|click": "function (_self, e)\n{\n_this.grid.footer.onClick('first');\n}"
139                                     },
140                                     "cls": "x-btn-icon",
141                                     "xtype": "Button",
142                                     "|icon": "rootURL + '/Pman/templates/images/search.gif'",
143                                     "|xns": "Roo.Toolbar"
144                                 },
145                                 {
146                                     "listeners": {
147                                         "|click": "function (_self, e)\n{\n_this.searchBox.setValue('');\n    _this.grid.footer.onClick('first');\n}"
148                                     },
149                                     "cls": "x-btn-icon",
150                                     "xtype": "Button",
151                                     "|icon": "rootURL + '/Pman/templates/images/edit-clear.gif'",
152                                     "|xns": "Roo.Toolbar"
153                                 },
154                                 {
155                                     "|xns": "Roo.Toolbar",
156                                     "xtype": "Fill"
157                                 },
158                                 {
159                                     "listeners": {
160                                         "|click": "function()\n{\n    // Pman.genericDelete(_this, 'Person'); \n}\n        "
161                                     },
162                                     "cls": "x-btn-text-icon",
163                                     "text": "Remove",
164                                     "xtype": "Button",
165                                     "|icon": "rootURL + '/Pman/templates/images/trash.gif'",
166                                     "|xns": "Roo.Toolbar"
167                                 }
168                             ]
169                         },
170                         {
171                             "*prop": "colModel[]",
172                             "dataIndex": "project_id_code",
173                             "header": "Project",
174                             "width": 75,
175                             "xtype": "ColumnModel",
176                             "|renderer": "function(v) { return String.format('{0}', v); }",
177                             "|xns": "Roo.grid"
178                         },
179                         {
180                             "*prop": "colModel[]",
181                             "dataIndex": "company_id_comptype",
182                             "header": "Type",
183                             "width": 50,
184                             "xtype": "ColumnModel",
185                             "|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}",
186                             "|xns": "Roo.grid"
187                         },
188                         {
189                             "*prop": "colModel[]",
190                             "dataIndex": "company_id_name",
191                             "header": "Company",
192                             "width": 75,
193                             "xtype": "ColumnModel",
194                             "|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}",
195                             "|xns": "Roo.grid"
196                         },
197                         {
198                             "xtype": "ColumnModel",
199                             "header": "Name",
200                             "width": 200,
201                             "dataIndex": "name",
202                             "|renderer": "function(v) { return String.format('{0}', v); }",
203                             "|xns": "Roo.grid",
204                             "*prop": "colModel[]"
205                         },
206                         {
207                             "*prop": "colModel[]",
208                             "dataIndex": "role",
209                             "header": "Role",
210                             "width": 100,
211                             "xtype": "ColumnModel",
212                             "|renderer": "function(v) { return String.format('{0}', v); }",
213                             "|xns": "Roo.grid"
214                         },
215                         {
216                             "*prop": "colModel[]",
217                             "dataIndex": "phone",
218                             "header": "Phone",
219                             "width": 100,
220                             "xtype": "ColumnModel",
221                             "|renderer": "function(v) { return String.format('{0}', v); }",
222                             "|xns": "Roo.grid"
223                         },
224                         {
225                             "*prop": "colModel[]",
226                             "dataIndex": "fax",
227                             "header": "Fax",
228                             "width": 100,
229                             "xtype": "ColumnModel",
230                             "|renderer": "function(v) { return String.format('{0}', v); }",
231                             "|xns": "Roo.grid"
232                         },
233                         {
234                             "xtype": "ColumnModel",
235                             "header": "Email",
236                             "width": 200,
237                             "dataIndex": "email",
238                             "|renderer": "function(v) { return String.format('{0}', v); }",
239                             "|xns": "Roo.grid",
240                             "*prop": "colModel[]"
241                         },
242                         {
243                             "xtype": "ColumnModel",
244                             "header": "Active",
245                             "width": 75,
246                             "dataIndex": "active",
247                             "|renderer": "function(v) { return String.format('{0}', v); }",
248                             "|xns": "Roo.grid",
249                             "*prop": "colModel[]"
250                         }
251                     ]
252                 }
253             ]
254         }
255     ],
256     "permname": "Core.Person",
257     "modOrder": "001"
258 }