Pman.Tab.AdminContactsGroupRight.bjs
authorChris <chris@roojs.com>
Thu, 13 Sep 2012 06:14:11 +0000 (14:14 +0800)
committerChris <chris@roojs.com>
Thu, 13 Sep 2012 06:14:11 +0000 (14:14 +0800)
Pman.Tab.AdminContactsGroupRight.js

Pman.Tab.AdminContactsGroupRight.bjs
Pman.Tab.AdminContactsGroupRight.js

index 83aaebf..9339f78 100644 (file)
                             "header": "Print/Export",
                             "width": 75,
                             "xtype": "ColumnModel",
-                            "|renderer": "function(v,x,r) {  \n    var state = v> 0 ?  '-checked' : '';\n\n    return '<img class=\"x-grid-check-icon' + state + '\" src=\"' + Roo.BLANK_IMAGE_URL + '\"/>';\n                \n }",
+                            "|renderer": "function(v,x,r) {  \n    Roo.log(x);\n    Roo.log(r);\n    var state = v> 0 ?  '-checked' : '';\n\n    return '<img class=\"x-grid-check-icon' + state + '\" src=\"' + Roo.BLANK_IMAGE_URL + '\"/>';\n                \n }",
                             "|xns": "Roo.grid"
                         }
                     ]
index e82f224..5cc7998 100644 (file)
@@ -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 '<img class="x-grid-check-icon' + state + '" src="' + Roo.BLANK_IMAGE_URL + '"/>';