From 24141397640937e74afee0b0ae688a33a2a6ff6d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 14 Jan 2011 15:47:55 +0800 Subject: [PATCH] Pman.Tab.AdminContactsGroup.js --- Pman.Tab.AdminContactsGroup.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Pman.Tab.AdminContactsGroup.js b/Pman.Tab.AdminContactsGroup.js index 36fa9d9..6e7d04b 100644 --- a/Pman.Tab.AdminContactsGroup.js +++ b/Pman.Tab.AdminContactsGroup.js @@ -304,7 +304,13 @@ Pman.Tab.AdminContactsGroup = new Roo.util.Observable({ sm : { xtype: 'RowSelectionModel', xns: Roo.grid, - singleSelect : true + singleSelect : true, + listeners : { + afterselectionchange : function (_self) + { + + } + } } } }); -- 2.39.2