Pman.Dialog.CoreNotifyRecur.bjs
[Pman.Core] / Pman.Dialog.CoreNotifyRecur.js
index bb51d56..962b52f 100644 (file)
@@ -333,6 +333,14 @@ Pman.Dialog.CoreNotifyRecur = {
                                 width : 250,
                                 renderer : function(v,x,r) { 
                                     
+                                    Roo.log(x);
+                                    if (v.length) {
+                                        var cm = _this.grid.colModel;
+                                 
+                                        cm.getColumnByDataIndex('xx');
+                                    
+                                    }
+                                    
                                     return String.format('{0}', r.data.freq_hour_name || v); 
                                     
                                 },