Pman.Dialog.AdminCoreEnum.bjs
[Pman.Admin] / Pman.Dialog.AdminCoreEnum.bjs
1 {
2     "id": "roo-file-180",
3     "name": "Pman.Dialog.AdminCoreEnum",
4     "parent": "",
5     "title": "",
6     "path": "/home/alan/gitlive/Pman.Admin/Pman.Dialog.AdminCoreEnum.bjs",
7     "items": [
8         {
9             "height": 400,
10             "title": "Pulldown Options",
11             "width": 950,
12             "xtype": "LayoutDialog",
13             "|xns": "Roo",
14             "items": [
15                 {
16                     "|xns": "Roo",
17                     "xtype": "LayoutRegion",
18                     "*prop": "center"
19                 },
20                 {
21                     "listeners": {
22                         "|activate": "function() {\n    _this.panel = this;\n    if (_this.grid) {\n     //   _this.grid.footer.onClick('first');\n    }\n}"
23                     },
24                     "background": false,
25                     "fitContainer": true,
26                     "fitToframe": true,
27                     "region": "center",
28                     "tableName": "core_enum",
29                     "title": "Pulldown Options",
30                     "xtype": "GridPanel",
31                     "|xns": "Roo",
32                     "items": [
33                         {
34                             "listeners": {
35                                 "|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}",
36                                 "afteredit": "function (e)\n{\n   e.record.commit();     \n}",
37                                 "cellclick": "function (_self, rowIndex, columnIndex, e)\n{\n\n        var di = this.colModel.getDataIndex(columnIndex);\n        if (di != 'active') {\n            return;\n        }\n         \n        var rec = _this.grid.ds.getAt(rowIndex);\n        \n        rec.set('active', rec.data.active ? 0 : 1);\n        rec.commit();\n         \n        \n}",
38                                 "beforeedit": "function (e)\n{\n    if(e.field == 'name' && e.record.data.is_system_enum*1 == 1){\n        return false;\n    }\n}"
39                             },
40                             "*prop": "grid",
41                             "autoExpandColumn": "display_name",
42                             "clicksToEdit": 1,
43                             "loadMask": true,
44                             "xtype": "EditorGrid",
45                             "|xns": "Roo.grid",
46                             "items": [
47                                 {
48                                     "listeners": {
49                                         "beforeload": "function (_self, options)\n{\n    if (!_this.etypeCombo) {\n        return false;\n    }\n    options.params.etype = _this.etypeCombo.getValue();\n    if (!options.params.etype.length) {\n        return false;\n    }\n}",
50                                         "update": "function (_self, record, operation)\n{\n    if (operation != Roo.data.Record.COMMIT) {\n        return;\n    }\n    // got commit..\n    new Pman.Request({\n        url : baseURL + '/Roo/Core_enum.php',\n        method : 'POST',\n        params : {\n            id : record.data.id,\n            etype : _this.etypeCombo.getValue(),\n            name : record.data.name,\n            active : record.data.active,\n            seqid : record.data.seqid,\n            display_name : record.data.display_name\n        }, \n        success : function(res) {\n            //Roo.log(data);\n            // update the ID if it's not set..\n            if (record.data.id * 1 < 1) {\n                record.set('id', res.data.id);\n            }\n        }\n    });\n    \n}"
51                                     },
52                                     "*prop": "dataSource",
53                                     "remoteSort": true,
54                                     "xtype": "Store",
55                                     "|sortInfo": "{ field : 'etype', direction: 'ASC' }",
56                                     "|xns": "Roo.data",
57                                     "items": [
58                                         {
59                                             "*prop": "proxy",
60                                             "method": "GET",
61                                             "xtype": "HttpProxy",
62                                             "|url": "baseURL + '/Roo/core_enum.php'",
63                                             "|xns": "Roo.data"
64                                         },
65                                         {
66                                             "|xns": "Roo.data",
67                                             "xtype": "JsonReader",
68                                             "totalProperty": "total",
69                                             "root": "data",
70                                             "*prop": "reader",
71                                             "id": "id",
72                                             "|fields": "[\n    {\n        'name': 'id',\n        'type': 'int'\n    },\n    {\n        'name': 'etype',\n        'type': 'string'\n    },\n    {\n        'name': 'name',\n        'type': 'string'\n    },\n    {\n        'name': 'active',\n        'type': 'int'\n    },\n    {\n        'name': 'seqid',\n        'type': 'int'\n    }\n]"
73                                         }
74                                     ]
75                                 },
76                                 {
77                                     "*prop": "footer",
78                                     "xtype": "PagingToolbar",
79                                     "pageSize": 25,
80                                     "displayInfo": true,
81                                     "displayMsg": "Displaying core_enum{0} - {1} of {2}",
82                                     "emptyMsg": "No core_enum found",
83                                     "|xns": "Roo"
84                                 },
85                                 {
86                                     "*prop": "toolbar",
87                                     "xtype": "Toolbar",
88                                     "|xns": "Roo",
89                                     "items": [
90                                         {
91                                             "text": "Pulldown Name:",
92                                             "xtype": "TextItem",
93                                             "|xns": "Roo.Toolbar"
94                                         },
95                                         {
96                                             "listeners": {
97                                                 "render": "function (_self)\n{\n    _this.etypeCombo = _self;\n}",
98                                                 "select": "function (combo, record, index)\n{\n    _this.grid.footer.onClick('first');\n}"
99                                             },
100                                             "alwaysQuery": true,
101                                             "displayField": "name",
102                                             "editable": "false",
103                                             "emptyText": "Select pulldown",
104                                             "fieldLabel": "core_enum",
105                                             "forceSelection": true,
106                                             "listWidth": 400,
107                                             "loadingText": "Searching...",
108                                             "minChars": 2,
109                                             "pageSize": 50,
110                                             "qtip": "Select type",
111                                             "queryParam": "query[name]",
112                                             "selectOnFocus": true,
113                                             "tpl": "<div class=\"x-grid-cell-text x-btn button\"><b>{display_name}</b> - {name} </div>",
114                                             "triggerAction": "all",
115                                             "typeAhead": false,
116                                             "valueField": "name",
117                                             "width": 300,
118                                             "xtype": "ComboBox",
119                                             "|xns": "Roo.form",
120                                             "items": [
121                                                 {
122                                                     "listeners": {
123                                                         "|beforeload": "function (_self, o){\n    o.params = o.params || {};\n    // set more here\n    o.params['query[empty_etype]'] = 1; \n}\n"
124                                                     },
125                                                     "*prop": "store",
126                                                     "remoteSort": true,
127                                                     "xtype": "Store",
128                                                     "|sortInfo": "{ direction : 'ASC', field: 'display_name' }",
129                                                     "|xns": "Roo.data",
130                                                     "items": [
131                                                         {
132                                                             "*prop": "proxy",
133                                                             "xtype": "HttpProxy",
134                                                             "method": "GET",
135                                                             "|xns": "Roo.data",
136                                                             "|url": "baseURL + '/Roo/core_enum.php'"
137                                                         },
138                                                         {
139                                                             "*prop": "reader",
140                                                             "xtype": "JsonReader",
141                                                             "|xns": "Roo.data",
142                                                             "id": "id",
143                                                             "root": "data",
144                                                             "totalProperty": "total",
145                                                             "|fields": "[{\"name\":\"id\",\"type\":\"int\"},{\"name\":\"etype\",\"type\":\"string\"}]"
146                                                         }
147                                                     ]
148                                                 }
149                                             ]
150                                         },
151                                         {
152                                             "listeners": {
153                                                 "|click": "function()\n{\n    \n    // if we do not have a selected type... - what should we show..?\n    var et = _this.etypeCombo.getValue();\n    var ds = _this.grid.getDataSource();\n    if (!et) {\n        Roo.MessageBox.alert(\"Error\", \"Select a pulldown\");\n        return;\n    }\n\n    var add = ds.reader.newRow({    \n             id: 0, \n             display_name : '', \n             name : '', \n             etype: et, \n             active: 1, \n             seqid: 0\n      });\n     var r = ds.data.length;\n    ds.insert(r  , add);  \n    _this.grid.startEditing(r, 1); // name... \n}\n"
154                                             },
155                                             "cls": "x-btn-text-icon",
156                                             "text": "Add Value",
157                                             "xtype": "Button",
158                                             "|icon": "Roo.rootURL + 'images/default/dd/drop-add.gif'",
159                                             "|xns": "Roo.Toolbar"
160                                         },
161                                         {
162                                             "|xns": "Roo.Toolbar",
163                                             "xtype": "Fill"
164                                         }
165                                     ]
166                                 },
167                                 {
168                                     "*prop": "colModel[]",
169                                     "dataIndex": "id",
170                                     "header": "Internal #",
171                                     "width": 75,
172                                     "xtype": "ColumnModel",
173                                     "|renderer": "function(v) { return String.format('{0}', v); }",
174                                     "|xns": "Roo.grid"
175                                 },
176                                 {
177                                     "*prop": "colModel[]",
178                                     "dataIndex": "images_id_id",
179                                     "header": "Image",
180                                     "width": 75,
181                                     "xtype": "ColumnModel",
182                                     "|renderer": "function(v,x,r) { return String.format('<img src=\"{0}/Images/Thumb/25/{1}/{2}\" width=\"25\" height=\"25\">', baseURL, v, r.data.images_id_filename); }",
183                                     "|xns": "Roo.grid"
184                                 },
185                                 {
186                                     "xtype": "ColumnModel",
187                                     "header": "Name",
188                                     "width": 200,
189                                     "dataIndex": "name",
190                                     "|renderer": "function(v) { return String.format('{0}', v); }",
191                                     "|xns": "Roo.grid",
192                                     "*prop": "colModel[]",
193                                     "items": [
194                                         {
195                                             "|xns": "Roo.grid",
196                                             "xtype": "GridEditor",
197                                             "*prop": "editor",
198                                             "items": [
199                                                 {
200                                                     "|xns": "Roo.form",
201                                                     "xtype": "TextField",
202                                                     "*prop": "field"
203                                                 }
204                                             ]
205                                         }
206                                     ]
207                                 },
208                                 {
209                                     "*prop": "colModel[]",
210                                     "dataIndex": "display_name",
211                                     "header": "Display Name",
212                                     "width": 200,
213                                     "xtype": "ColumnModel",
214                                     "|renderer": "function(v) { return String.format('{0}', v); }",
215                                     "|xns": "Roo.grid",
216                                     "items": [
217                                         {
218                                             "|xns": "Roo.grid",
219                                             "xtype": "GridEditor",
220                                             "*prop": "editor",
221                                             "items": [
222                                                 {
223                                                     "|xns": "Roo.form",
224                                                     "xtype": "TextField",
225                                                     "*prop": "field"
226                                                 }
227                                             ]
228                                         }
229                                     ]
230                                 },
231                                 {
232                                     "*prop": "colModel[]",
233                                     "dataIndex": "active",
234                                     "header": "Active",
235                                     "width": 75,
236                                     "xtype": "ColumnModel",
237                                     "|renderer": "function(v) {  \n    var state = v> 0 ?  '-checked' : '';\n\n    return '<img class=\"x-grid-check-icon' + state + '\" src=\"' + Roo.BLANK_IMAGE_URL + '\"/>';\n                \n }",
238                                     "|xns": "Roo.grid"
239                                 },
240                                 {
241                                     "*prop": "colModel[]",
242                                     "dataIndex": "seqid",
243                                     "header": "Order #",
244                                     "sortable": true,
245                                     "width": 75,
246                                     "xtype": "ColumnModel",
247                                     "|renderer": "function(v) { return String.format('{0}', v); }",
248                                     "|xns": "Roo.grid",
249                                     "items": [
250                                         {
251                                             "|xns": "Roo.grid",
252                                             "xtype": "GridEditor",
253                                             "*prop": "editor",
254                                             "items": [
255                                                 {
256                                                     "*prop": "field",
257                                                     "allowDecimals": false,
258                                                     "allowNegative": true,
259                                                     "decimalPrecision": 0,
260                                                     "xtype": "NumberField",
261                                                     "|xns": "Roo.form"
262                                                 }
263                                             ]
264                                         }
265                                     ]
266                                 }
267                             ]
268                         }
269                     ]
270                 },
271                 {
272                     "*prop": "buttons[]",
273                     "text": "OK",
274                     "xtype": "Button",
275                     "|xns": "Roo"
276                 }
277             ]
278         }
279     ],
280     "permname": "",
281     "modOrder": "001"
282 }