Pman.Dialog.CoreNotifyRecur.bjs
authorEdward <edward@roojs.com>
Mon, 4 May 2015 08:09:32 +0000 (16:09 +0800)
committerEdward <edward@roojs.com>
Mon, 4 May 2015 08:09:32 +0000 (16:09 +0800)
Pman.Dialog.CoreNotifyRecur.js

Pman.Dialog.CoreNotifyRecur.bjs
Pman.Dialog.CoreNotifyRecur.js

index 78d2696..923df74 100644 (file)
          "xtype" : "ColumnModel",
          "header" : "Keywords",
          "width" : 75,
-         "$ renderer" : "function(v) { return String.format('{0}', v ? v : ''); }",
+         "$ renderer" : "function(v) { \n    return String.format('{0}', v ? v : ''); \n}",
          "$ xns" : "Roo.grid",
          "* prop" : "colModel[]",
          "dataIndex" : "keyword_filters"
index 426a3fb..7fdd135 100644 (file)
@@ -707,7 +707,9 @@ Pman.Dialog.CoreNotifyRecur = {
           '|xns' : 'Roo.grid',
           dataIndex : 'keyword_filters',
           header : _this._strings['867343577fa1f33caa632a19543bd252'],
-          renderer : function(v) { return String.format('{0}', v ? v : ''); },
+          renderer : function(v) { 
+              return String.format('{0}', v ? v : ''); 
+          },
           width : 75,
           xns : Roo.grid,
           xtype : 'ColumnModel'