From: Alan Knowles Date: Fri, 14 Jan 2011 07:44:49 +0000 (+0800) Subject: Pman.Tab.AdminContactsGroup.js X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=8d530193cd0f55a457a8d2f541027c2d13183d4f Pman.Tab.AdminContactsGroup.js --- diff --git a/Pman.Tab.AdminContactsGroup.js b/Pman.Tab.AdminContactsGroup.js index 1f1c790..8ddb33a 100644 --- a/Pman.Tab.AdminContactsGroup.js +++ b/Pman.Tab.AdminContactsGroup.js @@ -264,7 +264,11 @@ Pman.Tab.AdminContactsGroup = new Roo.util.Observable({ dataIndex : 'name', renderer : function(v) { return String.format('{0}', v); } } - ] + ], + view : { + xtype: 'GridView', + xns: Roo.grid + } } }); this.layout = this.panel.layout;