Categories | Question details Back To List | ||
Mouseover event Hi- Is there a way to enable a menu to activate if it is moused over, as opposed to having to click it once to enable activation? I didn't see a property for this, but am wondering if its possible. Thanks! Keith Answer posted by Support on Jun 09, 2008 01:31 If you mean dhtmlxMenu - in context mode - it can be activated by click only - in normal menu it can be activated by click or by mouseover, this behavior controlled by menu.enableWindowOpenMode(false) |