From d00beec8f0ec6c1570f0ecf3919a0012227784bc Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 13 Sep 2012 14:22:09 +0800 Subject: [PATCH] Pman.Tab.AdminContactsGroupRight.bjs Pman.Tab.AdminContactsGroupRight.js --- Pman.Tab.AdminContactsGroupRight.bjs | 2 +- Pman.Tab.AdminContactsGroupRight.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Pman.Tab.AdminContactsGroupRight.bjs b/Pman.Tab.AdminContactsGroupRight.bjs index be0613b..90cf17a 100644 --- a/Pman.Tab.AdminContactsGroupRight.bjs +++ b/Pman.Tab.AdminContactsGroupRight.bjs @@ -165,7 +165,7 @@ "sortable": false, "width": 50, "xtype": "ColumnModel", - "|renderer": "function(v,x,r) {\n var k = r.data.accesmask.split('');\n Roo.each(k, function(e){\n \n });\n var state = v> 0 ? '-checked' : '';\n\n return '';\n}", + "|renderer": "function(v,x,r) {\n var k = r.data.accesmask.split('');\n Roo.each(k, function(e){\n \n });\n Roo.log(this);\n var state = v> 0 ? '-checked' : '';\n\n return '';\n}", "|xns": "Roo.grid" }, { diff --git a/Pman.Tab.AdminContactsGroupRight.js b/Pman.Tab.AdminContactsGroupRight.js index 9ce2d73..c2df28f 100644 --- a/Pman.Tab.AdminContactsGroupRight.js +++ b/Pman.Tab.AdminContactsGroupRight.js @@ -300,6 +300,7 @@ Pman.Tab.AdminContactsGroupRight = new Roo.XComponent({ Roo.each(k, function(e){ }); + Roo.log(this); var state = v> 0 ? '-checked' : ''; return ''; -- 2.39.2