Rank: Advanced Member Groups: Member
Joined: 8/24/2007 Posts: 130
|
Hi,
I have a situation where I am displaying a context menu in response to the user hovering over an element on the page. In order to achieve this, I have specified a javascript handler for the mouseover event, and within this, I call eo_ShowContextMenu. This all works fine.
The problem I have, is that I would like the context menu to disappear if no item is clicked, once the mouse moves to a different part of the page. I have set up an event listener in order to achieve this, but can find no client function to set the displayed context menu to not visible. The only way this is currently happening, is when the user clicks elsewhere on the page.
Is there any way of explicitly romoving a displayed context menu?
Regards Phil
|
Rank: Advanced Member Groups: Member
Joined: 8/24/2007 Posts: 130
|
Ahh... found the answer to this. I now use eo_HideAllPopups.
|