Pman.Tab.AdminOffice.bjs
[Pman.Admin] / Pman.Tab.AdminOffice.bjs
1 {
2     "id": "roo-file-137",
3     "name": "Pman.Tab.AdminOffice",
4     "parent": "",
5     "title": "",
6     "path": "/home/alan/gitlive/Pman.Admin/Pman.Tab.AdminOffice.bjs",
7     "items": [
8         {
9             "|xns": "Roo",
10             "xtype": "GridPanel",
11             "title": "Office",
12             "fitToframe": true,
13             "fitContainer": true,
14             "tableName": "Office",
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": "name",
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 : 'name', direction: 'ASC' }",
37                             "|xns": "Roo.data",
38                             "items": [
39                                 {
40                                     "*prop": "proxy",
41                                     "xtype": "HttpProxy",
42                                     "method": "GET",
43                                     "|url": "baseURL + '/Roo/Office.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': 'company_id',\n        'type': 'int'\n    },\n    {\n        'name': 'name',\n        'type': 'string'\n    },\n    {\n        'name': 'address',\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': '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': 'company_id_dispatch_port',\n        'type': 'string'\n    },\n    {\n        'name': 'company_id_province',\n        'type': 'string'\n    },\n    {\n        'name': 'company_id_country',\n        'type': 'string'\n    }\n]"
54                                 }
55                             ]
56                         },
57                         {
58                             "*prop": "footer",
59                             "xtype": "PagingToolbar",
60                             "pageSize": 25,
61                             "displayInfo": true,
62                             "displayMsg": "Displaying Office{0} - {1} of {2}",
63                             "emptyMsg": "No Office 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, 'Office'); \n}\n        "
98                                     },
99                                     "|xns": "Roo.Toolbar"
100                                 }
101                             ]
102                         },
103                         {
104                             "xtype": "ColumnModel",
105                             "header": "Id",
106                             "width": 75,
107                             "dataIndex": "id",
108                             "|renderer": "function(v) { return String.format('{0}', v); }",
109                             "|xns": "Roo.grid",
110                             "*prop": "colModel[]"
111                         },
112                         {
113                             "xtype": "ColumnModel",
114                             "header": "Company",
115                             "width": 75,
116                             "dataIndex": "company_id",
117                             "|renderer": "function(v) { return String.format('{0}', v); }",
118                             "|xns": "Roo.grid",
119                             "*prop": "colModel[]"
120                         },
121                         {
122                             "xtype": "ColumnModel",
123                             "header": "Name",
124                             "width": 200,
125                             "dataIndex": "name",
126                             "|renderer": "function(v) { return String.format('{0}', v); }",
127                             "|xns": "Roo.grid",
128                             "*prop": "colModel[]"
129                         },
130                         {
131                             "xtype": "ColumnModel",
132                             "header": "Address",
133                             "width": 200,
134                             "dataIndex": "address",
135                             "|renderer": "function(v) { return String.format('{0}', v); }",
136                             "|xns": "Roo.grid",
137                             "*prop": "colModel[]"
138                         },
139                         {
140                             "xtype": "ColumnModel",
141                             "header": "Phone",
142                             "width": 200,
143                             "dataIndex": "phone",
144                             "|renderer": "function(v) { return String.format('{0}', v); }",
145                             "|xns": "Roo.grid",
146                             "*prop": "colModel[]"
147                         },
148                         {
149                             "xtype": "ColumnModel",
150                             "header": "Fax",
151                             "width": 200,
152                             "dataIndex": "fax",
153                             "|renderer": "function(v) { return String.format('{0}', v); }",
154                             "|xns": "Roo.grid",
155                             "*prop": "colModel[]"
156                         },
157                         {
158                             "xtype": "ColumnModel",
159                             "header": "Email",
160                             "width": 200,
161                             "dataIndex": "email",
162                             "|renderer": "function(v) { return String.format('{0}', v); }",
163                             "|xns": "Roo.grid",
164                             "*prop": "colModel[]"
165                         },
166                         {
167                             "xtype": "ColumnModel",
168                             "header": "Role",
169                             "width": 200,
170                             "dataIndex": "role",
171                             "|renderer": "function(v) { return String.format('{0}', v); }",
172                             "|xns": "Roo.grid",
173                             "*prop": "colModel[]"
174                         }
175                     ]
176                 }
177             ]
178         }
179     ],
180     "permname": "",
181     "modOrder": "001"
182 }