Pman.Tab.AdminWatches.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 5 Mar 2014 09:12:08 +0000 (17:12 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 5 Mar 2014 09:12:08 +0000 (17:12 +0800)
Pman.Tab.AdminWatches.js

Pman.Tab.AdminWatches.bjs
Pman.Tab.AdminWatches.js

index 8c40984..917568f 100644 (file)
                             "header": "What happens",
                             "width": 300,
                             "xtype": "ColumnModel",
-                            "|renderer": "function(v) {\n    var ar = v.split(':');\n    if (ar.length > 1) {\n        var act = ar[1].replace(/^notify/,'');\n        return String.format('<span qtip=\"{0}>{1}<span>', v, act);\n    }\n\n    return String.format('{0}', v);\n }",
+                            "|renderer": "function(v) {\n    var ar = v.split(':');\n    if (ar.length > 1) {\n        var act = ar[1].replace(/^notify/,'');\n        Roo.log(act);\n        return String.format('<span qtip=\"{0}>{1}<span>', v, act);\n    }\n\n    return String.format('{0}', v);\n }",
                             "|xns": "Roo.grid"
                         },
                         {
index e79e9c6..9214c25 100644 (file)
@@ -363,6 +363,7 @@ Pman.Tab.AdminWatches = new Roo.XComponent({
                             var ar = v.split(':');
                             if (ar.length > 1) {
                                 var act = ar[1].replace(/^notify/,'');
+                                Roo.log(act);
                                 return String.format('<span qtip="{0}>{1}<span>', v, act);
                             }