From: Chris Date: Thu, 13 Sep 2012 06:22:09 +0000 (+0800) Subject: Pman.Tab.AdminContactsGroupRight.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=d00beec8f0ec6c1570f0ecf3919a0012227784bc Pman.Tab.AdminContactsGroupRight.bjs Pman.Tab.AdminContactsGroupRight.js --- 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 '';