From 90dc41b09691fd5c85a9b8cd69852da6983b8bb7 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 14 Jan 2011 15:45:20 +0800 Subject: [PATCH] Pman.Tab.AdminContactsGroup.js --- Pman.Tab.AdminContactsGroup.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Pman.Tab.AdminContactsGroup.js b/Pman.Tab.AdminContactsGroup.js index 1f1c790..2bcf4f7 100644 --- a/Pman.Tab.AdminContactsGroup.js +++ b/Pman.Tab.AdminContactsGroup.js @@ -76,6 +76,12 @@ Pman.Tab.AdminContactsGroup = new Roo.util.Observable({ xns: Roo.data, remoteSort : true, sortInfo : { field : 'name', direction: 'ASC' }, + listeners : { + beforeload : function (_self, options) + { + + } + }, proxy : { xtype: 'HttpProxy', xns: Roo.data, -- 2.39.2