Revision 28428900
Von Sven Schöling vor mehr als 12 Jahren hinzugefügt
js/dhtmlsuite/menu-for-applications.js | ||
---|---|---|
2335 | 2335 |
} |
2336 | 2336 |
// }}} |
2337 | 2337 |
, |
2338 |
unsetMenuBarState : function() { this.menuBarState = false }, |
|
2338 | 2339 |
// {{{ __setBasicEvents() |
2339 | 2340 |
/** |
2340 | 2341 |
* Set basic events for the menu widget. |
... | ... | |
2346 | 2347 |
{ |
2347 | 2348 |
DHTMLSuite.commonObj.addEvent(document.documentElement,"click",this.hideSubMenus); |
2348 | 2349 |
var menu = this; |
2350 |
$(document).mousedown(function(){ menu.unsetMenuBarState(); }); |
|
2349 | 2351 |
$('#win1').load(function(){ |
2350 | 2352 |
$('#win1').contents().mousedown(function(){ |
2351 | 2353 |
menu.hideSubMenus(); |
Auch abrufbar als: Unified diff
Bei Klick auf Menüpunkt und in den header auch den State resetten.