From: Edward Date: Mon, 4 May 2015 05:49:11 +0000 (+0800) Subject: Pman.Dialog.CoreNotifyRecur.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=3f5b8232ed2a3762d798d46e6ef192be60c54c39 Pman.Dialog.CoreNotifyRecur.bjs Pman.Dialog.CoreNotifyRecur.js --- diff --git a/Pman.Dialog.CoreNotifyRecur.bjs b/Pman.Dialog.CoreNotifyRecur.bjs index 7cb56c22..aed8be43 100644 --- a/Pman.Dialog.CoreNotifyRecur.bjs +++ b/Pman.Dialog.CoreNotifyRecur.bjs @@ -59,7 +59,7 @@ "items" : [ { "listeners" : { - "cellclick" : "function (_self, rowIndex, columnIndex, e)\n{\n var di = this.colModel.getDataIndex(columnIndex);\n if (di != 'keyword_filters') {\n return;\n }\n \n Pman.Dialog.CoreNotifyRecurKeywords.show({}, function(res){\n Roo.log(res);\n });\n \n}", + "cellclick" : "function (_self, rowIndex, columnIndex, e)\n{\n var di = this.colModel.getDataIndex(columnIndex);\n if (di != 'keyword_filters') {\n return;\n }\n \n var d = this.ds.getAt(rowIndex);\n \n Roo.log(d);\n \n return;\n \n Pman.Dialog.CoreNotifyRecurKeywords.show({}, function(res){\n Roo.log(res);\n });\n \n}", "|render" : "function() \n{\n _this.grid = this; \n //_this.dialog = Pman.Dialog.FILL_IN\n if (_this.panel.active) {\n // this.footer.onClick('first');\n }\n}", "afteredit" : "function (e)\n{\n e.record.commit();\n}" }, diff --git a/Pman.Dialog.CoreNotifyRecur.js b/Pman.Dialog.CoreNotifyRecur.js index 455ec00a..f2ef88ee 100644 --- a/Pman.Dialog.CoreNotifyRecur.js +++ b/Pman.Dialog.CoreNotifyRecur.js @@ -725,6 +725,12 @@ Pman.Dialog.CoreNotifyRecur = { return; } + var d = this.ds.getAt(rowIndex); + + Roo.log(d); + + return; + Pman.Dialog.CoreNotifyRecurKeywords.show({}, function(res){ Roo.log(res); });