Revision 3879b1fa
Von Sven Schöling vor fast 8 Jahren hinzugefügt
js/kivi.ActionBar.js | ||
---|---|---|
16 | 16 |
this.list = e.childNodes[0]; |
17 | 17 |
this.init(); |
18 | 18 |
} |
19 |
|
|
19 | 20 |
k.ActionBarCombobox.prototype = { |
20 | 21 |
init: function() { |
21 | 22 |
var obj = this; |
22 | 23 |
$(obj.toggle).on('click', function(event){ |
24 |
$('div.' + CLASSES.combobox + '[id!=' + obj.combobox.id + ']').removeClass(CLASSES.active); |
|
23 | 25 |
$(obj.combobox).toggleClass(CLASSES.active); |
24 | 26 |
event.stopPropagation(); |
25 | 27 |
}); |
Auch abrufbar als: Unified diff
ActionBar: ComboBox doppel dropdown gefixt