Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 39bbd478

Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt

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

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

Unterschiede anzeigen:

SL/ClientJS.pm
70 70
  # Form Events
71 71
  focus        => 1,
72 72

  
73
  # ## jqModal plugin ##
74

  
75
  # Closing and removing the popup
76
  jqmClose               => 1,
77

  
73 78
  # ## jstree plugin ## pattern: $.jstree._reference($(<TARGET>)).<FUNCTION>(<ARGS>)
74 79

  
75 80
  # Operations on the whole tree
js/client_js.js
85 85
      // Form Events
86 86
      else if (action[0] == 'focus')                $(action[1]).focus();
87 87

  
88
      // ## jqModal plugin ##
89

  
90
      // Closing and removing the popup
91
      else if (action[0] == 'jqmClose')             $(action[1]).jqmClose();
92

  
88 93
      // ## jstree plugin ##
89 94

  
90 95
      // Operations on the whole tree

Auch abrufbar als: Unified diff