From 55a637ee13c8c8ccdad2b0dcac77ae01f9285c39 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 14 Jan 2011 15:46:45 +0800 Subject: [PATCH] Pman.Tab.AdminContactsGroup.js --- Pman.Tab.AdminContactsGroup.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Pman.Tab.AdminContactsGroup.js b/Pman.Tab.AdminContactsGroup.js index 07e65ac..56c9c2d 100644 --- a/Pman.Tab.AdminContactsGroup.js +++ b/Pman.Tab.AdminContactsGroup.js @@ -279,7 +279,11 @@ Pman.Tab.AdminContactsGroup = new Roo.util.Observable({ dataIndex : 'name', renderer : function(v) { return String.format('{0}', v); } } - ] + ], + sm : { + xtype: 'RowSelectionModel', + xns: Roo.grid + } } }); this.layout = this.panel.layout; -- 2.39.2