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

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

index 5bdc536..4c5b0d7 100644 (file)
                             "sortable": false,
                             "width": 150,
                             "xtype": "ColumnModel",
-                            "|renderer": "function(v,x,r) {\n//    return String.format('<span qtip=\"{1}\">{0}</span>', v.split('.').shift(), v);\n}",
+                            "|renderer": "function(v) {\n    return String.format('<span qtip=\"{1}\">{0}</span>', v.split('.').shift(), v);\n}",
                             "|xns": "Roo.grid"
                         },
                         {
index c5518d3..468f02d 100644 (file)
@@ -712,8 +712,8 @@ Pman.Tab.AdminContactsGroupRight = new Roo.XComponent({
                         header : 'Module',
                         sortable : false,
                         width : 150,
-                        renderer : function(v,x,r) {
-                        //    return String.format('<span qtip="{1}">{0}</span>', v.split('.').shift(), v);
+                        renderer : function(v) {
+                            return String.format('<span qtip="{1}">{0}</span>', v.split('.').shift(), v);
                         }
                     },
                     {