Categories | Question details Back To List | ||
Auto closing sub-menu Hi, I have a menu opening sub-menus on mouse over: aMenuBar.enableWindowOpenMode(false); Now, I would like sub-menus to be closed when the mouse is moving out of the menu area (e.g the main menu of your web site). I did not find how to this with dhtmlxmenu. Thanks, Jean-Michel Answer posted by Stanislav on Dec 24, 2007 19:24 dhtmlxmenu doesn't support such functionality by native API, so the only way to provide such functionality is a custom modification. You can check for more details. http://dhtmlx.com/docs/products/kb/index.shtml?cat=search&q=662&ssr=yes&s=menu |