Pman.Dialog.CoreAutoSavePreview.bjs
authorEdward <edward@roojs.com>
Thu, 8 May 2014 10:28:09 +0000 (18:28 +0800)
committerEdward <edward@roojs.com>
Thu, 8 May 2014 10:28:09 +0000 (18:28 +0800)
Pman.Dialog.CoreAutoSavePreview.js

Pman.Dialog.CoreAutoSavePreview.bjs
Pman.Dialog.CoreAutoSavePreview.js

index c54cead..bd28936 100644 (file)
                 },
                 {
                     "listeners": {
-                        "|click": "function() {\n    _this.dialog.hide();\n}"
+                        "|click": "function() {\n    Roo.log(_this.source);\n    _this.dialog.hide();\n\n}"
                     },
                     "*prop": "buttons[]",
                     "text": "OK",
index 1c30897..6c3a506 100644 (file)
@@ -220,7 +220,9 @@ Pman.Dialog.CoreAutoSavePreview = {
                     xns: Roo,
                     listeners : {
                         click : function() {
+                            Roo.log(_this.source);
                             _this.dialog.hide();
+                        
                         }
                     },
                     text : "OK"