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

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

index ac279dc..b87cdf3 100644 (file)
@@ -1,5 +1,5 @@
 {
-    "id": "roo-file-210",
+    "id": "roo-file-255",
     "name": "Pman.Tab.AdminNotify",
     "parent": "Pman.Tab.AdminWatchNotify",
     "title": "Pman.Tab.AdminNotify",
@@ -72,6 +72,9 @@
                             "|xns": "Roo",
                             "items": [
                                 {
+                                    "listeners": {
+                                        "select": "function (combo, record, index)\n{\n   (function() { _this.grid.footer.onClick('first'); }).defer(100);\n}"
+                                    },
                                     "allowBlank": true,
                                     "displayField": "person_id_name",
                                     "editable": true,
index a63e9c4..4d6d8aa 100644 (file)
@@ -240,6 +240,12 @@ Pman.Tab.AdminNotify = new Roo.XComponent({
                         {
                             xtype: 'ComboBox',
                             xns: Roo.form,
+                            listeners : {
+                                select : function (combo, record, index)
+                                {
+                                   (function() { _this.grid.footer.onClick('first'); }).defer(100);
+                                }
+                            },
                             allowBlank : true,
                             displayField : 'person_id_name',
                             editable : true,