Pman.Dialog.CoreNotifyRecur.bjs
authorEdward <edward@roojs.com>
Mon, 4 May 2015 05:43:10 +0000 (13:43 +0800)
committerEdward <edward@roojs.com>
Mon, 4 May 2015 05:43:10 +0000 (13:43 +0800)
Pman.Dialog.CoreNotifyRecur.js

Pman.Dialog.CoreNotifyRecur.bjs
Pman.Dialog.CoreNotifyRecur.js

index 8649442..e9223d1 100644 (file)
@@ -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}"
        },
index 9932fb3..8616aa3 100644 (file)
@@ -718,6 +718,10 @@ Pman.Dialog.CoreNotifyRecur = {
          {
             e.record.commit();
          },
+        cellclick : function (_self, rowIndex, columnIndex, e)
+         {
+             
+         },
         render : function() 
          {
              _this.grid = this;