]> wagnertech.de Git - mfinanz.git/blobdiff - js/dhtmlsuite/menu-for-applications.js
javascriptmenü: Bei Click in Contentbereich das Menü schließen.
[mfinanz.git] / js / dhtmlsuite / menu-for-applications.js
index 664ee9e5b3f298d2b14b35caeaf049a9e5a6fa0b..ce18180c2fd726098c6b40c7ea296c38da8acd38 100644 (file)
@@ -2345,6 +2345,10 @@ DHTMLSuite.menuBar.prototype = {
        __setBasicEvents : function()\r
        {\r
                DHTMLSuite.commonObj.addEvent(document.documentElement,"click",this.hideSubMenus);              \r
+        var menu = this;\r
+        $('#win1').load(function(){\r
+            $('#win1').contents().mousedown(menu.hideSubMenus);\r
+        })\r
        }\r
 }\r
 \r