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

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

index 585a8de..83aaebf 100644 (file)
                             "header": "Print/Export",
                             "width": 75,
                             "xtype": "ColumnModel",
-                            "|renderer": "function(v) {  \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    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 00619f6..e82f224 100644 (file)
@@ -389,7 +389,7 @@ Pman.Tab.AdminContactsGroupRight = new Roo.XComponent({
                         dataIndex : 'accessmask_P',
                         header : 'Print/Export',
                         width : 75,
-                        renderer : function(v) {  
+                        renderer : function(v,x,r) {  
                             var state = v> 0 ?  '-checked' : '';
                         
                             return '<img class="x-grid-check-icon' + state + '" src="' + Roo.BLANK_IMAGE_URL + '"/>';