From: Chris Date: Thu, 13 Sep 2012 05:10:33 +0000 (+0800) Subject: Pman.Tab.AdminContactsGroupRight.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=38915400a716eb5176bbde12805a9a127399e424 Pman.Tab.AdminContactsGroupRight.bjs Pman.Tab.AdminContactsGroupRight.js --- diff --git a/Pman.Tab.AdminContactsGroupRight.bjs b/Pman.Tab.AdminContactsGroupRight.bjs index 74efad3..e698380 100644 --- a/Pman.Tab.AdminContactsGroupRight.bjs +++ b/Pman.Tab.AdminContactsGroupRight.bjs @@ -23,7 +23,7 @@ "listeners": { "|render": "function() \n{\n _this.grid = this; \n if (!_this.dialog) {\n _this.dialog = Pman.Dialog.PersonEdit;\n \n }\n //_this.dialog = Pman.Dialog.FILL_IN\n if (_this.panel.active) {\n this.footer.onClick('first');\n }\n}", "|rowdblclick": "function (_self, rowIndex, e)\n{\n if (!_this.dialog) return;\n _this.dialog.show( this.getDataSource().getAt(rowIndex), function() {\n _this.grid.footer.onClick('first');\n }); \n}\n", - "cellclick": "function (_self, rowIndex, columnIndex, e)\n{\n\n var di = this.colModel.getDataIndex(columnIndex);\n di.split('_').pop();\n if (di[0] != 'accessmask') {\n return;\n }\n Roo.log(di);\n Roo.log(di);\n var rec = _this.grid.ds.getAt(rowIndex);\n \n rec.set('active', rec.data.active ? 0 : 1);\n //rec.commit();\n \n \n}" + "cellclick": "function (_self, rowIndex, columnIndex, e)\n{\n\n var di = this.colModel.getDataIndex(columnIndex);\n di.split('_').pop();\n if (di[0] != 'accessmask') {\n return;\n }\n\n var rec = _this.grid.ds.getAt(rowIndex);\n Roo.log(di);\n Roo.log(rec);\n rec.set('active', rec.data.active ? 0 : 1);\n //rec.commit();\n \n \n}" }, "*prop": "grid", "ddGroup": "groupDD", diff --git a/Pman.Tab.AdminContactsGroupRight.js b/Pman.Tab.AdminContactsGroupRight.js index 9cc589b..ea909e9 100644 --- a/Pman.Tab.AdminContactsGroupRight.js +++ b/Pman.Tab.AdminContactsGroupRight.js @@ -63,10 +63,10 @@ Pman.Tab.AdminContactsGroupRight = new Roo.XComponent({ if (di[0] != 'accessmask') { return; } - Roo.log(di); - Roo.log(di); + var rec = _this.grid.ds.getAt(rowIndex); - + Roo.log(di); + Roo.log(rec); rec.set('active', rec.data.active ? 0 : 1); //rec.commit();