From 106866f5d4549cc92017d399da94c543aec2db9b Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 13 Sep 2012 14:22:50 +0800 Subject: [PATCH] Pman.Tab.AdminContactsGroupRight.bjs Pman.Tab.AdminContactsGroupRight.js --- Pman.Tab.AdminContactsGroupRight.bjs | 2 +- Pman.Tab.AdminContactsGroupRight.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Pman.Tab.AdminContactsGroupRight.bjs b/Pman.Tab.AdminContactsGroupRight.bjs index 90cf17a..32fffff 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 Roo.log(this);\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 c2df28f..c16aaf2 100644 --- a/Pman.Tab.AdminContactsGroupRight.js +++ b/Pman.Tab.AdminContactsGroupRight.js @@ -296,10 +296,10 @@ Pman.Tab.AdminContactsGroupRight = new Roo.XComponent({ sortable : false, width : 50, renderer : function(v,x,r) { - var k = r.data.accesmask.split(''); + /*var k = r.data.accesmask.split(''); Roo.each(k, function(e){ - }); + });*/ Roo.log(this); var state = v> 0 ? '-checked' : ''; -- 2.39.2