Pman.Tab.AdminNotify.bjs
[Pman.Admin] / Pman.Tab.AdminNotify.bjs
1 {
2     "id": "roo-file-157",
3     "name": "Pman.Tab.AdminNotify",
4     "parent": "Pman.Tab.AdminWatchNotify",
5     "title": "Pman.Tab.AdminNotify",
6     "path": "/home/alan/gitlive/Pman.Admin/Pman.Tab.AdminNotify.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    \n}"
11             },
12             "background": true,
13             "fitContainer": true,
14             "fitToframe": true,
15             "region": "center",
16             "tableName": "core_notify",
17             "title": "Current Notifications",
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                             "listeners": {
34                                 "beforeload": "function (_self, options)\n{\n    if (!_this.toggleBtn.pressed) {\n        options.params['event_id'] = 0;\n    }\n}"
35                             },
36                             "*prop": "dataSource",
37                             "remoteSort": true,
38                             "xtype": "Store",
39                             "|sortInfo": "{ field : 'act_when', direction: 'DESC' }",
40                             "|xns": "Roo.data",
41                             "items": [
42                                 {
43                                     "*prop": "proxy",
44                                     "xtype": "HttpProxy",
45                                     "method": "GET",
46                                     "|url": "baseURL + '/Roo/core_notify.php'",
47                                     "|xns": "Roo.data"
48                                 },
49                                 {
50                                     "|xns": "Roo.data",
51                                     "xtype": "JsonReader",
52                                     "totalProperty": "total",
53                                     "root": "data",
54                                     "*prop": "reader",
55                                     "id": "id",
56                                     "|fields": "[\n    {\n        'name': 'id',\n        'type': 'int'\n    },\n    {\n        'name': 'act_when',\n        'type': 'date',\n        'dateFormat': 'Y-m-d'\n    },\n    {\n        'name': 'onid',\n        'type': 'int'\n    },\n    {\n        'name': 'ontable',\n        'type': 'string'\n    },\n    {\n        'name': 'person_id',\n        'type': 'int'\n    },\n    {\n        'name': 'msgid',\n        'type': 'string'\n    },\n    {\n        'name': 'sent',\n        'type': 'date',\n        'dateFormat': 'Y-m-d'\n    },\n    {\n        'name': 'event_id',\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    {\n        'name': 'event_id_id',\n        'type': 'int'\n    },\n    {\n        'name': 'event_id_person_name',\n        'type': 'string'\n    },\n    {\n        'name': 'event_id_event_when',\n        'type': 'date'\n    },\n    {\n        'name': 'event_id_action',\n        'type': 'string'\n    },\n    {\n        'name': 'event_id_ipaddr',\n        'type': 'string'\n    },\n    {\n        'name': 'event_id_on_id',\n        'type': 'int'\n    },\n    {\n        'name': 'event_id_on_table',\n        'type': 'string'\n    },\n    {\n        'name': 'event_id_person_id',\n        'type': 'int'\n    },\n    {\n        'name': 'event_id_remarks',\n        'type': 'string'\n    }\n]"
57                                 }
58                             ]
59                         },
60                         {
61                             "*prop": "footer",
62                             "xtype": "PagingToolbar",
63                             "pageSize": 25,
64                             "displayInfo": true,
65                             "displayMsg": "Displaying core_notify{0} - {1} of {2}",
66                             "emptyMsg": "No core_notify found",
67                             "|xns": "Roo"
68                         },
69                         {
70                             "*prop": "toolbar",
71                             "xtype": "Toolbar",
72                             "|xns": "Roo",
73                             "items": [
74                                 {
75                                     "allowBlank": false,
76                                     "displayField": "person_id_name",
77                                     "editable": false,
78                                     "emptyText": "Select person",
79                                     "forceSelection": true,
80                                     "hiddenName": "id",
81                                     "listWidth": 400,
82                                     "loadingText": "Searching...",
83                                     "minChars": 2,
84                                     "name": "",
85                                     "pageSize": 20,
86                                     "qtip": "Select core_notify",
87                                     "queryParam": "",
88                                     "selectOnFocus": true,
89                                     "tpl": "<div class=\"x-grid-cell-text x-btn button\"><b>{name}</b> </div>",
90                                     "triggerAction": "all",
91                                     "typeAhead": true,
92                                     "valueField": "id",
93                                     "width": 300,
94                                     "xtype": "ComboBox",
95                                     "|xns": "Roo.form",
96                                     "items": [
97                                         {
98                                             "*prop": "store",
99                                             "xtype": "Store",
100                                             "|xns": "Roo.data",
101                                             "remoteSort": true,
102                                             "|sortInfo": "{ direction : 'ASC', field: 'id' }",
103                                             "listeners": {
104                                                 "|beforeload": "function (_self, o){\n    o.params = o.params || {};\n    // set more here\n}\n"
105                                             },
106                                             "items": [
107                                                 {
108                                                     "*prop": "proxy",
109                                                     "xtype": "HttpProxy",
110                                                     "method": "GET",
111                                                     "|xns": "Roo.data",
112                                                     "|url": "baseURL + '/Roo/core_notify.php'"
113                                                 },
114                                                 {
115                                                     "*prop": "reader",
116                                                     "xtype": "JsonReader",
117                                                     "|xns": "Roo.data",
118                                                     "id": "id",
119                                                     "root": "data",
120                                                     "totalProperty": "total",
121                                                     "|fields": "[{\"name\":\"id\",\"type\":\"int\"},{\"name\":\"ontable\",\"type\":\"string\"}]"
122                                                 }
123                                             ]
124                                         }
125                                     ]
126                                 },
127                                 {
128                                     "|xns": "Roo.Toolbar",
129                                     "xtype": "Fill"
130                                 },
131                                 {
132                                     "listeners": {
133                                         "render": "function (_self)\n{\n    _this.toggleBtn = _self;\n}",
134                                         "toggle": "function (_self, pressed)\n{\n    this.setText(pressed ? \"Hide Completed\" : \"Show Completed\");\n    _this.grid.footer.onClick('first');\n}"
135                                     },
136                                     "enableToggle": true,
137                                     "text": "Show Completed",
138                                     "xtype": "Button",
139                                     "|xns": "Roo.Toolbar"
140                                 }
141                             ]
142                         },
143                         {
144                             "*prop": "colModel[]",
145                             "dataIndex": "id",
146                             "header": "id#",
147                             "sortable": true,
148                             "width": 50,
149                             "xtype": "ColumnModel",
150                             "|renderer": "function(v) { return String.format('{0}', v ); }",
151                             "|xns": "Roo.grid"
152                         },
153                         {
154                             "*prop": "colModel[]",
155                             "dataIndex": "evtype",
156                             "header": "Method",
157                             "sortable": true,
158                             "width": 100,
159                             "xtype": "ColumnModel",
160                             "|renderer": "function(v) { return String.format('{0}', v ); }",
161                             "|xns": "Roo.grid"
162                         },
163                         {
164                             "*prop": "colModel[]",
165                             "dataIndex": "act_when",
166                             "header": "Act when",
167                             "sortable": true,
168                             "width": 100,
169                             "xtype": "ColumnModel",
170                             "|renderer": "function(v) { return String.format('{0}', v ? v.format('d/M/Y H:i:s') : ''); }",
171                             "|xns": "Roo.grid"
172                         },
173                         {
174                             "*prop": "colModel[]",
175                             "dataIndex": "sent",
176                             "header": "Sent",
177                             "sortable": true,
178                             "width": 100,
179                             "xtype": "ColumnModel",
180                             "|renderer": "function(v,x,r) {\n    if (r.data.event_id *1 == 0) {\n        return '';\n    }\n     return String.format('{0}', v ? v.format('d/M/Y H:i:s') : '');\n  }",
181                             "|xns": "Roo.grid"
182                         },
183                         {
184                             "*prop": "colModel[]",
185                             "dataIndex": "ontable",
186                             "header": "Ontable",
187                             "width": 100,
188                             "xtype": "ColumnModel",
189                             "|renderer": "function(v,x,r) { return String.format('{0}:{1}', v,r.data.onid); }",
190                             "|xns": "Roo.grid"
191                         },
192                         {
193                             "*prop": "colModel[]",
194                             "dataIndex": "person_id_name",
195                             "header": "Who to notify",
196                             "width": 200,
197                             "xtype": "ColumnModel",
198                             "|renderer": "function(v,x,r) {\n     return String.format('{0} <u>&lt;{1}&gt;</u>', v, r.data.person_id_email); \n }",
199                             "|xns": "Roo.grid"
200                         },
201                         {
202                             "xtype": "ColumnModel",
203                             "header": "Msgid",
204                             "width": 200,
205                             "dataIndex": "msgid",
206                             "|renderer": "function(v) { return String.format('{0}', v); }",
207                             "|xns": "Roo.grid",
208                             "*prop": "colModel[]"
209                         },
210                         {
211                             "*prop": "colModel[]",
212                             "dataIndex": "event_id_remarks",
213                             "header": "Event",
214                             "width": 300,
215                             "xtype": "ColumnModel",
216                             "|renderer": "function(v) { return String.format('{0}', v); }",
217                             "|xns": "Roo.grid"
218                         }
219                     ]
220                 }
221             ]
222         }
223     ],
224     "permname": "",
225     "modOrder": "001"
226 }