Pman.Tab.AdminWatches.bjs
[Pman.Admin] / Pman.Tab.AdminWatches.bjs
1 {
2     "id": "roo-file-169",
3     "name": "Pman.Tab.AdminWatches",
4     "parent": "Pman.Tab.Admin",
5     "title": "Pman.Tab.AdminWatches",
6     "path": "/home/alan/gitlive/Pman.Admin/Pman.Tab.AdminWatches.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": "core_watch",
17             "title": "Watches",
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": "person_id_name",
28                     "loadMask": true,
29                     "xtype": "Grid",
30                     "|xns": "Roo.grid",
31                     "items": [
32                         {
33                             "*prop": "dataSource",
34                             "xtype": "Store",
35                             "remoteSort": true,
36                             "|sortInfo": "{ field : 'ontable', direction: 'ASC' }",
37                             "|xns": "Roo.data",
38                             "items": [
39                                 {
40                                     "*prop": "proxy",
41                                     "xtype": "HttpProxy",
42                                     "method": "GET",
43                                     "|url": "baseURL + '/Roo/core_watch.php'",
44                                     "|xns": "Roo.data"
45                                 },
46                                 {
47                                     "|xns": "Roo.data",
48                                     "xtype": "JsonReader",
49                                     "totalProperty": "total",
50                                     "root": "data",
51                                     "*prop": "reader",
52                                     "id": "id",
53                                     "|fields": "[\n    {\n        'name': 'id',\n        'type': 'int'\n    },\n    {\n        'name': 'ontable',\n        'type': 'string'\n    },\n    {\n        'name': 'onid',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id',\n        'type': 'int'\n    },\n    {\n        'name': 'event',\n        'type': 'string'\n    },\n    {\n        'name': 'medium',\n        'type': 'string'\n    },\n    {\n        'name': 'active',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_office_id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_name',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_phone',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_fax',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_email',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_company_id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_role',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_active',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_remarks',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_passwd',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_owner_id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_lang',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_no_reset_sent',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_action_type',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_project_id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_deleted_by',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_deleted_dt',\n        'type': 'date'\n    }\n]"
54                                 }
55                             ]
56                         },
57                         {
58                             "*prop": "footer",
59                             "xtype": "PagingToolbar",
60                             "pageSize": 25,
61                             "displayInfo": true,
62                             "displayMsg": "Displaying core_watch{0} - {1} of {2}",
63                             "emptyMsg": "No core_watch found",
64                             "|xns": "Roo"
65                         },
66                         {
67                             "*prop": "toolbar",
68                             "xtype": "Toolbar",
69                             "|xns": "Roo",
70                             "items": [
71                                 {
72                                     "text": "Add",
73                                     "xtype": "Button",
74                                     "cls": "x-btn-text-icon",
75                                     "|icon": "Roo.rootURL + 'images/default/dd/drop-add.gif'",
76                                     "listeners": {
77                                         "|click": "function()\n{\n    if (!_this.dialog) return;\n    _this.dialog.show( { id : 0 } , function() {\n        _this.grid.footer.onClick('first');\n   }); \n}\n"
78                                     },
79                                     "|xns": "Roo.Toolbar"
80                                 },
81                                 {
82                                     "text": "Edit",
83                                     "xtype": "Button",
84                                     "cls": "x-btn-text-icon",
85                                     "|icon": "Roo.rootURL + 'images/default/tree/leaf.gif'",
86                                     "listeners": {
87                                         "|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    if (!_this.dialog) return;\n    _this.dialog.show(s[0].data, function() {\n        _this.grid.footer.onClick('first');\n    }); \n    \n}\n"
88                                     },
89                                     "|xns": "Roo.Toolbar"
90                                 },
91                                 {
92                                     "text": "Delete",
93                                     "cls": "x-btn-text-icon",
94                                     "|icon": "rootURL + '/Pman/templates/images/trash.gif'",
95                                     "xtype": "Button",
96                                     "listeners": {
97                                         "|click": "function()\n{\n     Pman.genericDelete(_this, 'core_watch'); \n}\n        "
98                                     },
99                                     "|xns": "Roo.Toolbar"
100                                 },
101                                 {
102                                     "text": "",
103                                     "xtype": "TextItem",
104                                     "|xns": "Roo.Toolbar"
105                                 },
106                                 {
107                                     "listeners": {
108                                         "|select": "function (combo, record, index)\n{\n  _this.grid.footer.onClick('first');\n}",
109                                         "|render": "function (_self)\n{\n  _this.affectSel = _self;\n}"
110                                     },
111                                     "allowBlank": true,
112                                     "displayField": "on_table",
113                                     "editable": false,
114                                     "emptyText": "Select Affects",
115                                     "forceSelection": true,
116                                     "listWidth": 300,
117                                     "loadingText": "Searching...",
118                                     "minChars": 2,
119                                     "name": "on_table",
120                                     "pageSize": 20,
121                                     "qtip": "Select Action",
122                                     "queryParam": "query[on_table]",
123                                     "selectOnFocus": true,
124                                     "tpl": "<div class=\"x-grid-cell-text x-btn button\"><b>{on_table}</b> </div>",
125                                     "triggerAction": "all",
126                                     "typeAhead": true,
127                                     "valueField": "action",
128                                     "width": 150,
129                                     "xtype": "ComboBox",
130                                     "|xns": "Roo.form",
131                                     "items": [
132                                         {
133                                             "listeners": {
134                                                 "|beforeload": "function (_self, o)\n{\n    o.params = o.params || {};\n    // staff can see all logs, other companies can only see their own.\n    if (Pman.Login.authUser.company_id_comptype != 'OWNER') {\n        o.params.company_id = Pman.Login.authUser.company_id;\n    }\n    o.params._distinct = 'on_table';\n    o.params._columns ='on_table';\n}"
135                                             },
136                                             "*prop": "store",
137                                             "remoteSort": true,
138                                             "xtype": "Store",
139                                             "|sortInfo": "{ field : 'on_table' , direction : 'ASC' }",
140                                             "|xns": "Roo.data",
141                                             "items": [
142                                                 {
143                                                     "*prop": "proxy",
144                                                     "method": "GET",
145                                                     "xtype": "HttpProxy",
146                                                     "|url": "baseURL + '/Roo/Core_watch.php'",
147                                                     "|xns": "Roo.data"
148                                                 },
149                                                 {
150                                                     "|xns": "Roo.data",
151                                                     "xtype": "JsonReader",
152                                                     "totalProperty": "total",
153                                                     "root": "data",
154                                                     "*prop": "reader",
155                                                     "id": "id",
156                                                     "|fields": "[\n    {\n        'name': 'id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_name',\n        'type': 'string'\n    },\n    {\n        'name': 'event_when',\n        'type': 'date',\n        'dateFormat': 'Y-m-d'\n    },\n    {\n        'name': 'action',\n        'type': 'string'\n    },\n    {\n        'name': 'ipaddr',\n        'type': 'string'\n    },\n    {\n        'name': 'on_id',\n        'type': 'int'\n    },\n    {\n        'name': 'on_table',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id',\n        'type': 'int'\n    },\n    {\n        'name': 'remarks',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_office_id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_name',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_phone',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_fax',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_email',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_company_id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_role',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_active',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_remarks',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_passwd',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_owner_id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_lang',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_no_reset_sent',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_action_type',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id_project_id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_deleted_by',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id_deleted_dt',\n        'type': 'date'\n    }\n]"
157                                                 }
158                                             ]
159                                         }
160                                     ]
161                                 },
162                                 {
163                                     "|xns": "Roo.Toolbar",
164                                     "xtype": "TextItem"
165                                 }
166                             ]
167                         },
168                         {
169                             "*prop": "colModel[]",
170                             "dataIndex": "event",
171                             "header": "Watch Event",
172                             "width": 100,
173                             "xtype": "ColumnModel",
174                             "|renderer": "function(v) { return String.format('{0}', v); }",
175                             "|xns": "Roo.grid"
176                         },
177                         {
178                             "*prop": "colModel[]",
179                             "dataIndex": "ontable",
180                             "header": "Watch Table",
181                             "width": 150,
182                             "xtype": "ColumnModel",
183                             "|renderer": "function(v) { return String.format('{0}', v); }",
184                             "|xns": "Roo.grid"
185                         },
186                         {
187                             "*prop": "colModel[]",
188                             "dataIndex": "onid",
189                             "header": "Watch ID",
190                             "width": 75,
191                             "xtype": "ColumnModel",
192                             "|renderer": "function(v) { return String.format('{0}', v); }",
193                             "|xns": "Roo.grid"
194                         },
195                         {
196                             "*prop": "colModel[]",
197                             "dataIndex": "person_id_name",
198                             "header": "Who get's notified",
199                             "width": 150,
200                             "xtype": "ColumnModel",
201                             "|renderer": "function(v) { return String.format('{0}', v); }",
202                             "|xns": "Roo.grid"
203                         },
204                         {
205                             "*prop": "colModel[]",
206                             "dataIndex": "medium",
207                             "header": "What happens",
208                             "width": 200,
209                             "xtype": "ColumnModel",
210                             "|renderer": "function(v) { return String.format('{0}', v); }",
211                             "|xns": "Roo.grid"
212                         },
213                         {
214                             "xtype": "ColumnModel",
215                             "header": "Active",
216                             "width": 75,
217                             "dataIndex": "active",
218                             "|renderer": "function(v) { return String.format('{0}', v); }",
219                             "|xns": "Roo.grid",
220                             "*prop": "colModel[]"
221                         }
222                     ]
223                 }
224             ]
225         }
226     ],
227     "permname": "",
228     "modOrder": "860"
229 }