Pman.Tab.AdminContactsGroupRight.bjs
authorChris <chris@roojs.com>
Wed, 12 Sep 2012 10:19:11 +0000 (18:19 +0800)
committerChris <chris@roojs.com>
Wed, 12 Sep 2012 10:19:11 +0000 (18:19 +0800)
Pman.Tab.AdminContactsGroupRight.js

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

index c1e8880..9cf7365 100644 (file)
                             "sortable": false,
                             "width": 150,
                             "xtype": "ColumnModel",
-                            "|renderer": "function(v) {\n    return String.format('<span qtip=\"{1}\">{0}</span>', v.split('.').shift(), v);\n}",
+                            "|renderer": "function(v,x,r) {\n    return String.format('<span qtip=\"{1}\">{0}</span>', v.split('.').shift(), v);\n}",
                             "|xns": "Roo.grid"
                         },
                         {
index f4b31b3..a0675b3 100644 (file)
@@ -712,7 +712,7 @@ Pman.Tab.AdminContactsGroupRight = new Roo.XComponent({
                         header : 'Module',
                         sortable : false,
                         width : 150,
-                        renderer : function(v) {
+                        renderer : function(v,x,r) {
                             return String.format('<span qtip="{1}">{0}</span>', v.split('.').shift(), v);
                         }
                     },