From b3276d174f4c2b004fc8ddfe0e72f8e1e9a2e586 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 13 Sep 2012 13:02:57 +0800 Subject: [PATCH] Pman.Tab.AdminContactsGroupRight.bjs Pman.Tab.AdminContactsGroupRight.js --- Pman.Tab.AdminContactsGroupRight.bjs | 1 - Pman.Tab.AdminContactsGroupRight.js | 1 - 2 files changed, 2 deletions(-) diff --git a/Pman.Tab.AdminContactsGroupRight.bjs b/Pman.Tab.AdminContactsGroupRight.bjs index f6b3312..b775b33 100644 --- a/Pman.Tab.AdminContactsGroupRight.bjs +++ b/Pman.Tab.AdminContactsGroupRight.bjs @@ -26,7 +26,6 @@ "cellclick": "function (_self, rowIndex, columnIndex, e)\n{\n\n var di = this.colModel.getDataIndex(columnIndex);\n if (di != 'active') {\n return;\n }\n \n var rec = _this.grid.ds.getAt(rowIndex);\n \n rec.set('active', rec.data.active ? 0 : 1);\n rec.commit();\n \n \n}" }, "*prop": "grid", - "autoExpandColumn": "name", "ddGroup": "groupDD", "enableDrag": true, "loadMask": true, diff --git a/Pman.Tab.AdminContactsGroupRight.js b/Pman.Tab.AdminContactsGroupRight.js index 5449c4e..22b22a8 100644 --- a/Pman.Tab.AdminContactsGroupRight.js +++ b/Pman.Tab.AdminContactsGroupRight.js @@ -71,7 +71,6 @@ Pman.Tab.AdminContactsGroupRight = new Roo.XComponent({ } }, - autoExpandColumn : 'name', ddGroup : 'groupDD', enableDrag : true, loadMask : true, -- 2.39.2