Pman.Dialog.CoreNotifyRecur.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 14 Nov 2012 05:57:30 +0000 (13:57 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 14 Nov 2012 05:57:30 +0000 (13:57 +0800)
Pman.Dialog.CoreNotifyRecur.js

Pman.Dialog.CoreNotifyRecur.bjs
Pman.Dialog.CoreNotifyRecur.js

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\"}]"
+                                                                }
+                                                            ]
+                                                        }
+                                                    ]
+                                                }
+                                            ]
                                         }
                                     ]
                                 },
index c2d93d6..691dfed 100644 (file)
@@ -284,7 +284,59 @@ Pman.Dialog.CoreNotifyRecur = {
                                 renderer : function(v) { return String.format('{0}', v ? v.format('d/M/Y') : ''); },
                                 editor : {
                                     xtype: 'GridEditor',
-                                    xns: Roo.grid
+                                    xns: Roo.grid,
+                                    items : [
+                                        {
+                                            xtype: 'ComboBox',
+                                            xns: Roo.form,
+                                            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 : '',
+                                            store : {
+                                                xtype: 'Store',
+                                                xns: Roo.data,
+                                                remoteSort : true,
+                                                sortInfo : { direction : 'ASC', field: 'id' },
+                                                listeners : {
+                                                    beforeload : function (_self, o){
+                                                        o.params = o.params || {};
+                                                        // set more here
+                                                    }
+                                                },
+                                                proxy : {
+                                                    xtype: 'HttpProxy',
+                                                    xns: Roo.data,
+                                                    method : 'GET',
+                                                    url : baseURL + '/Roo/core_enum.php'
+                                                },
+                                                reader : {
+                                                    xtype: 'JsonReader',
+                                                    xns: Roo.data,
+                                                    id : 'id',
+                                                    root : 'data',
+                                                    totalProperty : 'total',
+                                                    fields : [{"name":"id","type":"int"},{"name":"etype","type":"string"}]
+                                                }
+                                            }
+                                        }
+                                    ]
                                 }
                             },
                             {