X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2738c03e1340255baade2fd357aafbbfd1347d5e..84ca5a19ba97516a613024e7347c68edcf9519a1:/SL/ClientJS.pm diff --git a/SL/ClientJS.pm b/SL/ClientJS.pm index d58905e75..a04702eb3 100644 --- a/SL/ClientJS.pm +++ b/SL/ClientJS.pm @@ -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($()).() # Operations on the whole tree @@ -392,8 +397,8 @@ But it is easier to integrate into a method call chain, e.g.: Display a C<$message> in the flash of type C<$type>. Multiple calls of C on the same C<$self> will be merged by type. -On the client side the flash of this type will be cleared before the -message is shown. +On the client side the flashes of all types will be cleared after each +successful ClientJS call that did not end with C<$js-Eerror(...)>. =item C