Pman.Tab.AdminContactsGroup.js
[Pman.Admin] / Pman.Tab.AdminContactsGroup.js
index 36fa9d9..6e7d04b 100644 (file)
@@ -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)
+                        {
+                        
+                        }
+                    }
                 }
             }
         });