From: Edward Date: Mon, 4 May 2015 05:43:10 +0000 (+0800) Subject: Pman.Dialog.CoreNotifyRecur.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=ae723ce9495d8edab37b72ad8d6098067be980d3 Pman.Dialog.CoreNotifyRecur.bjs Pman.Dialog.CoreNotifyRecur.js --- 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;