ClientJS: "jqmClose()" zum Schließen von jqModal-Dialogen
authorMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 18 Apr 2013 12:11:02 +0000 (14:11 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 18 Apr 2013 12:49:14 +0000 (14:49 +0200)
SL/ClientJS.pm
js/client_js.js

index 42317c3..a04702e 100644 (file)
@@ -70,6 +70,11 @@ my %supported_methods = (
   # Form Events
   focus        => 1,
 
+  # ## jqModal plugin ##
+
+  # Closing and removing the popup
+  jqmClose               => 1,
+
   # ## jstree plugin ## pattern: $.jstree._reference($(<TARGET>)).<FUNCTION>(<ARGS>)
 
   # Operations on the whole tree
index d153b53..abeac1b 100644 (file)
@@ -85,6 +85,11 @@ function eval_json_result(data) {
       // Form Events
       else if (action[0] == 'focus')                $(action[1]).focus();
 
+      // ## jqModal plugin ##
+
+      // Closing and removing the popup
+      else if (action[0] == 'jqmClose')             $(action[1]).jqmClose();
+
       // ## jstree plugin ##
 
       // Operations on the whole tree