Pman.Tab.AdminContactsGroupRight.bjs
authorChris <chris@roojs.com>
Thu, 13 Sep 2012 05:02:57 +0000 (13:02 +0800)
committerChris <chris@roojs.com>
Thu, 13 Sep 2012 05:02:57 +0000 (13:02 +0800)
Pman.Tab.AdminContactsGroupRight.js

Pman.Tab.AdminContactsGroupRight.bjs
Pman.Tab.AdminContactsGroupRight.js

index f6b3312..b775b33 100644 (file)
@@ -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,
index 5449c4e..22b22a8 100644 (file)
@@ -71,7 +71,6 @@ Pman.Tab.AdminContactsGroupRight = new Roo.XComponent({
                             
                     }
                 },
-                autoExpandColumn : 'name',
                 ddGroup : 'groupDD',
                 enableDrag : true,
                 loadMask : true,