Revision 8817139d
Von Moritz Bunkus vor fast 8 Jahren hinzugefügt
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
ActionBar: Unterstützung für Tooltips für deaktivierte Actions