Pman.Dialog.CoreNotifyRecur.bjs
[Pman.Core] / Pman.Dialog.CoreNotifyRecur.bjs
index 2853519..0113617 100644 (file)
                                         {
                                             "|xns": "Roo.grid",
                                             "xtype": "GridEditor",
-                                            "*prop": "editor"
+                                            "*prop": "editor",
+                                            "items": [
+                                                {
+                                                    "|xns": "Roo.form",
+                                                    "xtype": "ComboBox",
+                                                    "allowBlank": "false",
+                                                    "editable": "false",
+                                                    "emptyText": "Select core_enum",
+                                                    "forceSelection": true,
+                                                    "listWidth": 400,
+                                                    "loadingText": "Searching...",
+                                                    "minChars": 2,
+                                                    "pageSize": 20,
+                                                    "qtip": "Select core_enum",
+                                                    "selectOnFocus": true,
+                                                    "triggerAction": "all",
+                                                    "typeAhead": true,
+                                                    "width": 300,
+                                                    "tpl": "<div class=\"x-grid-cell-text x-btn button\"><b>{name}</b> </div>",
+                                                    "queryParam": "",
+                                                    "fieldLabel": "core_enum",
+                                                    "valueField": "id",
+                                                    "displayField": "",
+                                                    "hiddenName": "",
+                                                    "name": "",
+                                                    "items": [
+                                                        {
+                                                            "*prop": "store",
+                                                            "xtype": "Store",
+                                                            "|xns": "Roo.data",
+                                                            "remoteSort": true,
+                                                            "|sortInfo": "{ direction : 'ASC', field: 'id' }",
+                                                            "listeners": {
+                                                                "|beforeload": "function (_self, o){\n    o.params = o.params || {};\n    // set more here\n}\n"
+                                                            },
+                                                            "items": [
+                                                                {
+                                                                    "*prop": "proxy",
+                                                                    "xtype": "HttpProxy",
+                                                                    "method": "GET",
+                                                                    "|xns": "Roo.data",
+                                                                    "|url": "baseURL + '/Roo/core_enum.php'"
+                                                                },
+                                                                {
+                                                                    "*prop": "reader",
+                                                                    "xtype": "JsonReader",
+                                                                    "|xns": "Roo.data",
+                                                                    "id": "id",
+                                                                    "root": "data",
+                                                                    "totalProperty": "total",
+                                                                    "|fields": "[{\"name\":\"id\",\"type\":\"int\"},{\"name\":\"etype\",\"type\":\"string\"}]"
+                                                                }
+                                                            ]
+                                                        }
+                                                    ]
+                                                }
+                                            ]
                                         }
                                     ]
                                 },