Revision 73c31352
Von Sven Schöling vor mehr als 12 Jahren hinzugefügt
js/dhtmlsuite/menu-for-applications.js | ||
---|---|---|
2347 | 2347 |
DHTMLSuite.commonObj.addEvent(document.documentElement,"click",this.hideSubMenus); |
2348 | 2348 |
var menu = this; |
2349 | 2349 |
$('#win1').load(function(){ |
2350 |
$('#win1').contents().mousedown(menu.hideSubMenus); |
|
2350 |
$('#win1').contents().mousedown(function(){ |
|
2351 |
menu.hideSubMenus(); |
|
2352 |
menu.menuBarState = false; |
|
2353 |
}); |
|
2351 | 2354 |
}) |
2352 | 2355 |
} |
2353 | 2356 |
} |
Auch abrufbar als: Unified diff
Javascriptmenü: State deaktivieren, wenn Klick in contentframe