From d86a1acdf1381af5c4d3fb71f4a04725fb74111c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 14 Jan 2011 16:55:28 +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 b4b72e1..5c326f0 100644 --- a/Pman.Tab.AdminContactsGroup.js +++ b/Pman.Tab.AdminContactsGroup.js @@ -10,7 +10,7 @@ Pman.on('beforeload', function() Pman.register({ modKey : '001-Pman.Tab.AdminContactsGroup', module : Pman.Tab.AdminContactsGroup, - region : 'west', + region : 'center', parent : Pman.Tab.AdminContactsManager, name : "Pman.Tab.AdminContactsGroup", disabled : false, @@ -408,6 +408,10 @@ Pman.Tab.AdminContactsGroup = new Roo.util.Observable({ } }, singleSelect : true + }, + dragTarget : { + xtype: 'DropTarget', + xns: Roo.dd } } }); -- 2.39.2