Pman.Dialog.CoreNotifyRecur.bjs
[Pman.Core] / Pman.Dialog.CoreNotifyRecur.bjs
index 6bb4f80..c24007f 100644 (file)
                                     "header": "at Hour(s)",
                                     "width": 250,
                                     "xtype": "ColumnModel",
-                                    "|renderer": "function(v,x,r) { \n    \n    Roo.log(x);\n    if (v.length) {\n        var cm = _this.grid.colModel;\n        Roo.log(this);\n        var ci = cm.getColumnByDataIndex(this.name);\n        Roo.log(ci);\n        \n        var ce = cm.getCellEditor(ci);\n        Roo.log(ce);\n        ce.field.setValue(v);\n        return String.format('{0}',ce.field.el.value);\n\n        \n    \n    }\n    \n    return String.format('{0}', r.data.freq_hour_name || v); \n    \n}",
+                                    "|renderer": "function(v,x,r) { \n    \n    Roo.log(x);\n    if (v.length) {\n    Roo.log(\"try fill\");\n        var cm = _this.grid.colModel;\n        Roo.log(this);\n        var ci = cm.getColumnByDataIndex(this.name);\n        Roo.log(ci);\n        \n        var ce = cm.getCellEditor(ci);\n        Roo.log(ce);\n        ce.field.setValue(v);\n        return String.format('{0}',ce.field.el.value);\n\n        \n    \n    }\n    \n    return String.format('{0}', r.data.freq_hour_name || v); \n    \n}",
                                     "|xns": "Roo.grid",
                                     "items": [
                                         {