Pman.Dialog.CoreNotifyRecur.bjs
[Pman.Core] / Pman.Dialog.CoreNotifyRecur.bjs
1 {
2     "id": "roo-file-94",
3     "name": "Pman.Dialog.CoreNotifyRecur",
4     "parent": "",
5     "title": "",
6     "path": "/home/alan/gitlive/Pman.Core/Pman.Dialog.CoreNotifyRecur.bjs",
7     "items": [
8         {
9             "height": 500,
10             "modal": true,
11             "resizable": false,
12             "title": "Modify Recurrent Notifications",
13             "width": 800,
14             "xtype": "LayoutDialog",
15             "|xns": "Roo",
16             "items": [
17                 {
18                     "*prop": "center",
19                     "autoScroll": true,
20                     "loadOnce": true,
21                     "xtype": "LayoutRegion",
22                     "|xns": "Roo"
23                 },
24                 {
25                     "listeners": {
26                         "|activate": "function() {\n    _this.panel = this;\n    if (_this.grid) {\n        _this.grid.footer.onClick('first');\n    }\n}"
27                     },
28                     "background": false,
29                     "fitContainer": true,
30                     "fitToFrame": true,
31                     "region": "center",
32                     "tableName": "core_notify_recur",
33                     "title": "core_notify_recur",
34                     "xtype": "GridPanel",
35                     "|xns": "Roo",
36                     "items": [
37                         {
38                             "listeners": {
39                                 "|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}",
40                                 "|rowdblclick": "function (_self, rowIndex, e)\n{\n    if (!_this.dialog) return;\n    _this.dialog.show( this.getDataSource().getAt(rowIndex).data, function() {\n        _this.grid.footer.onClick('first');\n    }); \n}\n",
41                                 "afteredit": "function (e)\n{\n   e.record.commit();\n}"
42                             },
43                             "*prop": "grid",
44                             "autoExpandColumn": "freq_day",
45                             "clicksToEdit": 1,
46                             "loadMask": true,
47                             "xtype": "EditorGrid",
48                             "|xns": "Roo.grid",
49                             "items": [
50                                 {
51                                     "listeners": {
52                                         "update": "function (_self, record, operation)\n{\n    Roo.log(operation);\n    if (operation != 'commit') {\n        return;\n    }\n    new Pman.Request({\n        url : baseURL + '/Roo/Core_notify_recur',\n        method :'POST',\n        params : record.data,\n        success : function()\n        {\n            //??\n        },\n        failure : function() {\n            Roo.MessageBox.alert(\"Error\", \"There was a problem saving\");\n        }\n    });\n       \n    \n    \n}"
53                                     },
54                                     "*prop": "dataSource",
55                                     "remoteSort": true,
56                                     "xtype": "Store",
57                                     "|sortInfo": "{ field : 'freq', direction: 'ASC' }",
58                                     "|xns": "Roo.data",
59                                     "items": [
60                                         {
61                                             "*prop": "proxy",
62                                             "xtype": "HttpProxy",
63                                             "method": "GET",
64                                             "|url": "baseURL + '/Roo/core_notify_recur.php'",
65                                             "|xns": "Roo.data"
66                                         },
67                                         {
68                                             "*prop": "reader",
69                                             "id": "id",
70                                             "root": "data",
71                                             "totalProperty": "total",
72                                             "xtype": "JsonReader",
73                                             "|fields": "[\n    {\n        'name': 'id',\n        'type': 'int'\n    },\n    {\n        'name': 'person_id',\n        'type': 'int'\n    },\n    {\n        'name': 'dtstart',\n        'type': 'date',\n        'dateFormat': 'Y-m-d'\n    },\n    {\n        'name': 'dtend',\n        'type': 'date',\n        'dateFormat': 'Y-m-d'\n    },\n    {\n        'name': 'tz',\n        'type': 'float'\n    },\n    {\n        'name': 'last_applied_dt',\n        'type': 'date',\n        'dateFormat': 'Y-m-d'\n    },\n    {\n        'name': 'freq',\n        'type': 'string'\n    },\n    {\n        'name': 'freq_day',\n        'type': 'string'\n    },\n    {\n        'name': 'freq_hour',\n        'type': 'string'\n    },\n    {\n        'name': 'last_event_id',\n        'type': 'int'\n    },\n    {\n        'name': 'method',\n        'type': 'string'\n    }\n]",
74                                             "|xns": "Roo.data"
75                                         }
76                                     ]
77                                 },
78                                 {
79                                     "*prop": "footer",
80                                     "xtype": "PagingToolbar",
81                                     "pageSize": 25,
82                                     "displayInfo": true,
83                                     "displayMsg": "Displaying core_notify_recur{0} - {1} of {2}",
84                                     "emptyMsg": "No core_notify_recur found",
85                                     "|xns": "Roo"
86                                 },
87                                 {
88                                     "*prop": "toolbar",
89                                     "xtype": "Toolbar",
90                                     "|xns": "Roo",
91                                     "items": [
92                                         {
93                                             "listeners": {
94                                                 "|click": "function()\n{\n    var grid = _this.grid;\n    var r = grid.getDataSource().reader.newRow({\n    // defaults..\n        person_id : _this.data.person_id,\n        dtstart : new Date(0),\n        dtend : Date.parseDate('2050-01-01', 'Y-m-d'),\n        tz : 'Asia/Hong Kong',\n        onid : _this.data.onid,\n        ontable : _this.data.ontable,\n        method : _this.data.method,\n        last_event_id : 0,\n        freq_day_name : '',\n        freq_hour_name : '',\n        freq_name : ''\n        \n    \n    });\n    grid.stopEditing();\n    grid.getDataSource().insert(0, r); \n    grid.startEditing(0, 2); \n    \n\n}\n"
95                                             },
96                                             "cls": "x-btn-text-icon",
97                                             "text": "Add",
98                                             "xtype": "Button",
99                                             "|icon": "Roo.rootURL + 'images/default/dd/drop-add.gif'",
100                                             "|xns": "Roo.Toolbar"
101                                         },
102                                         {
103                                             "|xns": "Roo.Toolbar",
104                                             "xtype": "Fill"
105                                         },
106                                         {
107                                             "text": "Delete",
108                                             "cls": "x-btn-text-icon",
109                                             "|icon": "rootURL + '/Pman/templates/images/trash.gif'",
110                                             "xtype": "Button",
111                                             "listeners": {
112                                                 "|click": "function()\n{\n     Pman.genericDelete(_this, 'core_notify_recur'); \n}\n        "
113                                             },
114                                             "|xns": "Roo.Toolbar"
115                                         }
116                                     ]
117                                 },
118                                 {
119                                     "*prop": "colModel[]",
120                                     "dataIndex": "dtstart",
121                                     "header": "From",
122                                     "width": 75,
123                                     "xtype": "ColumnModel",
124                                     "|renderer": "function(v) { return String.format('{0}', v ? v.format('d/M/Y') : ''); }",
125                                     "|xns": "Roo.grid",
126                                     "items": [
127                                         {
128                                             "|xns": "Roo.grid",
129                                             "xtype": "GridEditor",
130                                             "*prop": "editor",
131                                             "items": [
132                                                 {
133                                                     "|xns": "Roo.form",
134                                                     "xtype": "DateField",
135                                                     "*prop": "field"
136                                                 }
137                                             ]
138                                         }
139                                     ]
140                                 },
141                                 {
142                                     "*prop": "colModel[]",
143                                     "dataIndex": "dtend",
144                                     "header": "Until",
145                                     "width": 75,
146                                     "xtype": "ColumnModel",
147                                     "|renderer": "function(v) { return String.format('{0}', v ? v.format('d/M/Y') : ''); }",
148                                     "|xns": "Roo.grid",
149                                     "items": [
150                                         {
151                                             "|xns": "Roo.grid",
152                                             "xtype": "GridEditor",
153                                             "*prop": "editor",
154                                             "items": [
155                                                 {
156                                                     "|xns": "Roo.form",
157                                                     "xtype": "DateField",
158                                                     "*prop": "field"
159                                                 }
160                                             ]
161                                         }
162                                     ]
163                                 },
164                                 {
165                                     "*prop": "colModel[]",
166                                     "dataIndex": "freq_day",
167                                     "header": "on day(s)",
168                                     "width": 100,
169                                     "xtype": "ColumnModel",
170                                     "|renderer": "function(v,x,r) { \n    \n    return String.format('{0}', r.data.freq_day_name || v); \n    \n}",
171                                     "|xns": "Roo.grid",
172                                     "items": [
173                                         {
174                                             "|xns": "Roo.grid",
175                                             "xtype": "GridEditor",
176                                             "*prop": "editor",
177                                             "items": [
178                                                 {
179                                                     "*prop": "field",
180                                                     "allowBlank": false,
181                                                     "displayField": "title",
182                                                     "editable": false,
183                                                     "fieldLabel": "Country",
184                                                     "hiddenName": "freq_day",
185                                                     "listWidth": 300,
186                                                     "mode": "local",
187                                                     "name": "freq_day_name",
188                                                     "pageSize": 40,
189                                                     "triggerAction": "all",
190                                                     "valueField": "code",
191                                                     "xtype": "ComboCheck",
192                                                     "|xns": "Roo.form",
193                                                     "items": [
194                                                         {
195                                                             "*prop": "store",
196                                                             "xtype": "SimpleStore",
197                                                             "|data": "(function() { \n    var ret = [];\n    Roo.each(Date.dayNames, function(d) {\n        ret.push([ d.substring(0,3).toUpperCase(), d ]);\n    });\n    return ret;\n})()",
198                                                             "|fields": "['code', 'title']",
199                                                             "|sortInfo": "{ field : 'title', direction: 'ASC' }",
200                                                             "|xns": "Roo.data"
201                                                         }
202                                                     ]
203                                                 }
204                                             ]
205                                         }
206                                     ]
207                                 },
208                                 {
209                                     "*prop": "colModel[]",
210                                     "dataIndex": "freq_hour",
211                                     "header": "at Hour(s)",
212                                     "width": 250,
213                                     "xtype": "ColumnModel",
214                                     "|renderer": "function(v,x,r) { \n    \n    return String.format('{0}', r.data.freq_hour_name || v); \n    \n}",
215                                     "|xns": "Roo.grid",
216                                     "items": [
217                                         {
218                                             "|xns": "Roo.grid",
219                                             "xtype": "GridEditor",
220                                             "*prop": "editor",
221                                             "items": [
222                                                 {
223                                                     "*prop": "field",
224                                                     "allowBlank": false,
225                                                     "displayField": "title",
226                                                     "editable": false,
227                                                     "fieldLabel": "Country",
228                                                     "hiddenName": "freq_hour",
229                                                     "listWidth": 300,
230                                                     "mode": "local",
231                                                     "name": "freq_hour_name",
232                                                     "pageSize": 40,
233                                                     "triggerAction": "all",
234                                                     "valueField": "code",
235                                                     "xtype": "ComboCheck",
236                                                     "|xns": "Roo.form",
237                                                     "items": [
238                                                         {
239                                                             "*prop": "store",
240                                                             "xtype": "SimpleStore",
241                                                             "|data": "(function() { \n    var ret = [];\n    for (var i = 5; i < 25; i++) {\n        var h = i < 10 ? ('0' + i) : i;\n        var mer = i < 12 || i > 23 ? 'am' : 'pm';\n        var dh = i < 13 ? i : i-12;\n        \n        ret.push([ h+':00', dh+':00' + mer ]);\n        ret.push([ h+':00', dh+':30' + mer ]);        \n    }\n    return ret;\n})()",
242                                                             "|fields": "['code', 'title']",
243                                                             "|sortInfo": "{ field : 'title', direction: 'ASC' }",
244                                                             "|xns": "Roo.data"
245                                                         }
246                                                     ]
247                                                 }
248                                             ]
249                                         }
250                                     ]
251                                 },
252                                 {
253                                     "*prop": "colModel[]",
254                                     "dataIndex": "tz",
255                                     "header": "Timezone",
256                                     "width": 100,
257                                     "xtype": "ColumnModel",
258                                     "|renderer": "function(v) { return String.format('{0}', v); }",
259                                     "|xns": "Roo.grid",
260                                     "items": [
261                                         {
262                                             "|xns": "Roo.grid",
263                                             "xtype": "GridEditor",
264                                             "*prop": "editor",
265                                             "items": [
266                                                 {
267                                                     "*prop": "field",
268                                                     "allowBlank": "false",
269                                                     "displayField": "tz",
270                                                     "editable": true,
271                                                     "emptyText": "Select timezone",
272                                                     "fieldLabel": "core_enum",
273                                                     "forceSelection": true,
274                                                     "hiddenName": "tz",
275                                                     "listWidth": 400,
276                                                     "loadingText": "Searching...",
277                                                     "minChars": 2,
278                                                     "name": "tz_name",
279                                                     "pageSize": 999,
280                                                     "qtip": "Select timezone",
281                                                     "queryParam": "q",
282                                                     "selectOnFocus": true,
283                                                     "tpl": "<div class=\"x-grid-cell-text x-btn button\"><b>{tz}</b> </div>",
284                                                     "triggerAction": "all",
285                                                     "typeAhead": true,
286                                                     "valueField": "tz",
287                                                     "width": 300,
288                                                     "xtype": "ComboBox",
289                                                     "|xns": "Roo.form",
290                                                     "items": [
291                                                         {
292                                                             "listeners": {
293                                                                 "|beforeload": "function (_self, o){\n    o.params = o.params || {};\n    // set more here\n}\n"
294                                                             },
295                                                             "*prop": "store",
296                                                             "remoteSort": true,
297                                                             "xtype": "Store",
298                                                             "|sortInfo": "{ direction : 'ASC', field: 'tz' }",
299                                                             "|xns": "Roo.data",
300                                                             "items": [
301                                                                 {
302                                                                     "*prop": "proxy",
303                                                                     "method": "GET",
304                                                                     "xtype": "HttpProxy",
305                                                                     "|url": "baseURL + '/Core/I18n/Timezone.php'\n",
306                                                                     "|xns": "Roo.data"
307                                                                 },
308                                                                 {
309                                                                     "*prop": "reader",
310                                                                     "id": "id",
311                                                                     "root": "data",
312                                                                     "totalProperty": "total",
313                                                                     "xtype": "JsonReader",
314                                                                     "|fields": "[{\"name\":\"tz\",\"type\":\"string\"}]",
315                                                                     "|xns": "Roo.data"
316                                                                 }
317                                                             ]
318                                                         }
319                                                     ]
320                                                 }
321                                             ]
322                                         }
323                                     ]
324                                 },
325                                 {
326                                     "xtype": "ColumnModel",
327                                     "header": "Last event",
328                                     "width": 75,
329                                     "dataIndex": "last_event_id",
330                                     "|renderer": "function(v) { return String.format('{0}', v); }",
331                                     "|xns": "Roo.grid",
332                                     "*prop": "colModel[]"
333                                 }
334                             ]
335                         }
336                     ]
337                 },
338                 {
339                     "*prop": "buttons[]",
340                     "text": "Done",
341                     "xtype": "Button",
342                     "|xns": "Roo"
343                 }
344             ]
345         }
346     ],
347     "permname": "",
348     "modOrder": "001"
349 }