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

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

index bc24570..7cb56c2 100644 (file)
@@ -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    \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    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}"
        },
index 4f9cb31..455ec00 100644 (file)
@@ -725,6 +725,9 @@ Pman.Dialog.CoreNotifyRecur = {
                  return;
              }
              
+             Pman.Dialog.CoreNotifyRecurKeywords.show({}, function(res){
+                 Roo.log(res);
+             });
              
          },
         render : function()