Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 39bbd478

Von Moritz Bunkus vor fast 12 Jahren hinzugefügt

  • ID 39bbd478869bbcd482226d68f7fadcd6bc4da0eb
  • Vorgänger a4d38233
  • Nachfolger 36a33b59

ClientJS: "jqmClose()" zum Schließen von jqModal-Dialogen

Unterschiede anzeigen:

SL/ClientJS.pm
# 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
js/client_js.js
// 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

Auch abrufbar als: Unified diff