From 2f298c674385dd1dddd5cbab2d2a4a08b3c5f44a Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 13 Sep 2012 14:14:11 +0800 Subject: [PATCH] Pman.Tab.AdminContactsGroupRight.bjs Pman.Tab.AdminContactsGroupRight.js --- Pman.Tab.AdminContactsGroupRight.bjs | 2 +- Pman.Tab.AdminContactsGroupRight.js | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Pman.Tab.AdminContactsGroupRight.bjs b/Pman.Tab.AdminContactsGroupRight.bjs index 83aaebf..9339f78 100644 --- a/Pman.Tab.AdminContactsGroupRight.bjs +++ b/Pman.Tab.AdminContactsGroupRight.bjs @@ -230,7 +230,7 @@ "header": "Print/Export", "width": 75, "xtype": "ColumnModel", - "|renderer": "function(v,x,r) { \n var state = v> 0 ? '-checked' : '';\n\n return '';\n \n }", + "|renderer": "function(v,x,r) { \n Roo.log(x);\n Roo.log(r);\n var state = v> 0 ? '-checked' : '';\n\n return '';\n \n }", "|xns": "Roo.grid" } ] diff --git a/Pman.Tab.AdminContactsGroupRight.js b/Pman.Tab.AdminContactsGroupRight.js index e82f224..5cc7998 100644 --- a/Pman.Tab.AdminContactsGroupRight.js +++ b/Pman.Tab.AdminContactsGroupRight.js @@ -390,6 +390,8 @@ Pman.Tab.AdminContactsGroupRight = new Roo.XComponent({ header : 'Print/Export', width : 75, renderer : function(v,x,r) { + Roo.log(x); + Roo.log(r); var state = v> 0 ? '-checked' : ''; return ''; -- 2.39.2