Pman.Dialog.Image.bjs
authorleon <leon@roojs.com>
Thu, 7 Jul 2022 04:49:46 +0000 (12:49 +0800)
committerleon <leon@roojs.com>
Thu, 7 Jul 2022 04:49:46 +0000 (12:49 +0800)
Pman.Dialog.Image.js

Pman.Dialog.Image.bjs
Pman.Dialog.Image.js

index 2b53153..b733269 100644 (file)
          "    Roo.MessageBox.alert(\"Error\", \"Error loading details\"); ",
          "}"
         ],
-        "beforeaction" : [
-         "function (_self, action)",
-         "{",
-         "    console.log(\"BEFORE ACTION\");",
-         "    console.log(action);",
-         "}"
-        ],
         "|actioncomplete" : [
          "function(_self,act)",
          "{",
index f4302c9..44df2c4 100644 (file)
@@ -289,11 +289,6 @@ Pman.Dialog.Image = {
               // what about load failing..
               Roo.MessageBox.alert("Error", "Error loading details"); 
           },
-         beforeaction : function (_self, action)
-          {
-              console.log("BEFORE ACTION");
-              console.log(action);
-          },
          rendered : function (form)
           {
               _this.form= form;