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             "|xns": "Roo",
10             "xtype": "GridPanel",
11             "title": "core_watch",
12             "fitToframe": true,
13             "fitContainer": true,
14             "tableName": "core_watch",
15             "background": true,
16             "region": "center",
17             "listeners": {
18                 "|activate": "function() {\n    _this.panel = this;\n    if (_this.grid) {\n        _this.grid.footer.onClick('first');\n    }\n}"
19             },
20             "items": [
21                 {
22                     "*prop": "grid",
23                     "xtype": "Grid",
24                     "autoExpandColumn": "ontable",
25                     "loadMask": true,
26                     "listeners": {
27                         "|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}",
28                         "|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"
29                     },
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                         },
103                         {
104                             "*prop": "colModel[]",
105                             "dataIndex": "event",
106                             "header": "Watch Event",
107                             "width": 100,
108                             "xtype": "ColumnModel",
109                             "|renderer": "function(v) { return String.format('{0}', v); }",
110                             "|xns": "Roo.grid"
111                         },
112                         {
113                             "*prop": "colModel[]",
114                             "dataIndex": "ontable",
115                             "header": "Watch Table",
116                             "width": 200,
117                             "xtype": "ColumnModel",
118                             "|renderer": "function(v) { return String.format('{0}', v); }",
119                             "|xns": "Roo.grid"
120                         },
121                         {
122                             "*prop": "colModel[]",
123                             "dataIndex": "onid",
124                             "header": "Watch ID",
125                             "width": 75,
126                             "xtype": "ColumnModel",
127                             "|renderer": "function(v) { return String.format('{0}', v); }",
128                             "|xns": "Roo.grid"
129                         },
130                         {
131                             "xtype": "ColumnModel",
132                             "header": "Person",
133                             "width": 75,
134                             "dataIndex": "person_id",
135                             "|renderer": "function(v) { return String.format('{0}', v); }",
136                             "|xns": "Roo.grid",
137                             "*prop": "colModel[]"
138                         },
139                         {
140                             "xtype": "ColumnModel",
141                             "header": "Medium",
142                             "width": 200,
143                             "dataIndex": "medium",
144                             "|renderer": "function(v) { return String.format('{0}', v); }",
145                             "|xns": "Roo.grid",
146                             "*prop": "colModel[]"
147                         },
148                         {
149                             "xtype": "ColumnModel",
150                             "header": "Active",
151                             "width": 75,
152                             "dataIndex": "active",
153                             "|renderer": "function(v) { return String.format('{0}', v); }",
154                             "|xns": "Roo.grid",
155                             "*prop": "colModel[]"
156                         }
157                     ]
158                 }
159             ]
160         }
161     ],
162     "permname": "",
163     "modOrder": "860"
164 }