]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/ClientJS.pm
VERSION auf 3.2.1 aktualisiert
[kivitendo-erp.git] / SL / ClientJS.pm
index 0da0afd57a84ea93b7c59486e2cddac8ccb30b18..2eedbee078c4b69657f825422dbb467754322fcc 100644 (file)
@@ -75,7 +75,8 @@ my %supported_methods = (
 
   # ## jQuery UI dialog plugin ## pattern: $(<TARGET>).dialog('<FUNCTION>')
 
-  # Closing and removing the popup
+  # Opening and closing and closing a popup
+  'dialog:open'          => 1, # kivi.popup_dialog(<TARGET>)
   'dialog:close'         => 1,
 
   # ## jQuery Form plugin ##