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

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

index be0613b..90cf17a 100644 (file)
                             "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 '<img class=\"x-grid-check-icon' + state + '\" src=\"' + Roo.BLANK_IMAGE_URL + '\"/>';\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 '<img class=\"x-grid-check-icon' + state + '\" src=\"' + Roo.BLANK_IMAGE_URL + '\"/>';\n}",
                             "|xns": "Roo.grid"
                         },
                         {
index 9ce2d73..c2df28f 100644 (file)
@@ -300,6 +300,7 @@ Pman.Tab.AdminContactsGroupRight = new Roo.XComponent({
                             Roo.each(k, function(e){
                                 
                             });
+                            Roo.log(this);
                             var state = v> 0 ?  '-checked' : '';
                         
                             return '<img class="x-grid-check-icon' + state + '" src="' + Roo.BLANK_IMAGE_URL + '"/>';