From: Alan Knowles Date: Fri, 14 Jan 2011 07:43:55 +0000 (+0800) Subject: Pman.Tab.AdminContactsGroup.js X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=53c49f17dc421cfae009485a21e62f4d157abe2d Pman.Tab.AdminContactsGroup.js --- diff --git a/Pman.Tab.AdminContactsGroup.js b/Pman.Tab.AdminContactsGroup.js index ad8b0b6..9991cd2 100644 --- a/Pman.Tab.AdminContactsGroup.js +++ b/Pman.Tab.AdminContactsGroup.js @@ -50,8 +50,6 @@ Pman.Tab.AdminContactsGroup = new Roo.util.Observable({ grid : { xtype: 'Grid', xns: Roo.grid, - autoExpandColumn : 'name', - loadMask : true, listeners : { render : function() { @@ -69,6 +67,9 @@ Pman.Tab.AdminContactsGroup = new Roo.util.Observable({ }); } }, + autoExpandColumn : 'name', + loadMask : true, + ddGroup : '', dataSource : { xtype: 'Store', xns: Roo.data,