Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 128f3100

Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt

  • ID 128f310047ce6d3dc7a42fa2384a1fe9bf88a36d
  • Vorgänger a6b4b406
  • Nachfolger 17a0869f

ClientJS: Methoden "focus" und "action"

Unterschiede anzeigen:

js/client_js.js
60 60
      else if (action[0] == 'data')                 $(action[1]).data(action[2], action[3]);
61 61
      else if (action[0] == 'removeData')           $(action[1]).removeData(action[2]);
62 62

  
63
      // Form Events
64
      else if (action[0] == 'focus')                $(action[1]).focus();
65

  
63 66
      // ## jstree plugin ##
64 67

  
65 68
      // Operations on the whole tree

Auch abrufbar als: Unified diff