Pman.Dialog.CoreNotifyRecur.bjs
[Pman.Core] / Pman.Dialog.CoreNotifyRecur.js
index 962b52f..55521e8 100644 (file)
@@ -335,9 +335,18 @@ Pman.Dialog.CoreNotifyRecur = {
                                     
                                     Roo.log(x);
                                     if (v.length) {
+                                    Roo.log("try fill");
                                         var cm = _this.grid.colModel;
-                                 
-                                        cm.getColumnByDataIndex('xx');
+                                        Roo.log(this);
+                                        var ci = cm.getColumnByDataIndex(this.name);
+                                        Roo.log(ci);
+                                        
+                                        var ce = cm.getCellEditor(ci);
+                                        Roo.log(ce);
+                                        ce.field.setValue(v);
+                                        return String.format('{0}',ce.field.el.value);
+                                
+                                        
                                     
                                     }