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

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

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