Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 8817139d

Von Moritz Bunkus vor fast 8 Jahren hinzugefügt

  • ID 8817139d57b9a916933a2b210cd2135a90d0ebef
  • Vorgänger a979ce2f
  • Nachfolger 98aafe29

ActionBar: Unterstützung für Tooltips für deaktivierte Actions

Unterschiede anzeigen:

SL/Layout/ActionBar/Action.pm
78 78

  
79 79
on click call the specified function (is this a special case of checks?)
80 80

  
81
- disabled => true/false (done)
81
- disabled => true/false/tooltip explaning why disabled (done)
82 82

  
83 83
TODO:
84 84

  
js/kivi.ActionBar.js
103 103

  
104 104
    if (data.disabled) {
105 105
      $(e).addClass(CLASSES.disabled);
106
      if (!data.tooltip && (data.disabled != '1'))
107
        data.tooltip = data.disabled;
106 108
    }
107 109

  
108 110
    if (data.accesskey) {

Auch abrufbar als: Unified diff