Pman.Tab.AdminNotify.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 25 Mar 2014 04:34:07 +0000 (12:34 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 25 Mar 2014 04:34:07 +0000 (12:34 +0800)
Pman.Tab.AdminNotify.js

Pman.Tab.AdminNotify.bjs
Pman.Tab.AdminNotify.js

index b87cdf3..d92ac40 100644 (file)
@@ -73,7 +73,8 @@
                             "items": [
                                 {
                                     "listeners": {
-                                        "select": "function (combo, record, index)\n{\n   (function() { _this.grid.footer.onClick('first'); }).defer(100);\n}"
+                                        "select": "function (combo, record, index)\n{\n   (function() { _this.grid.footer.onClick('first'); }).defer(100);\n}",
+                                        "render": "function (_self)\n{\n\n}"
                                     },
                                     "allowBlank": true,
                                     "displayField": "person_id_name",
index 4d6d8aa..4eb2e5b 100644 (file)
@@ -244,6 +244,10 @@ Pman.Tab.AdminNotify = new Roo.XComponent({
                                 select : function (combo, record, index)
                                 {
                                    (function() { _this.grid.footer.onClick('first'); }).defer(100);
+                                },
+                                render : function (_self)
+                                {
+                                
                                 }
                             },
                             allowBlank : true,