From ae723ce9495d8edab37b72ad8d6098067be980d3 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 4 May 2015 13:43:10 +0800 Subject: [PATCH] Pman.Dialog.CoreNotifyRecur.bjs Pman.Dialog.CoreNotifyRecur.js --- Pman.Dialog.CoreNotifyRecur.bjs | 1 + Pman.Dialog.CoreNotifyRecur.js | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/Pman.Dialog.CoreNotifyRecur.bjs b/Pman.Dialog.CoreNotifyRecur.bjs index 86494421..e9223d1b 100644 --- a/Pman.Dialog.CoreNotifyRecur.bjs +++ b/Pman.Dialog.CoreNotifyRecur.bjs @@ -59,6 +59,7 @@ "items" : [ { "listeners" : { + "cellclick" : "function (_self, rowIndex, columnIndex, e)\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 9932fb3b..8616aa3b 100644 --- a/Pman.Dialog.CoreNotifyRecur.js +++ b/Pman.Dialog.CoreNotifyRecur.js @@ -718,6 +718,10 @@ Pman.Dialog.CoreNotifyRecur = { { e.record.commit(); }, + cellclick : function (_self, rowIndex, columnIndex, e) + { + + }, render : function() { _this.grid = this; -- 2.39.2