|
You have a right click in xml drop down menu, is this function available in DHTML Menu?
Return to Recent Questions
Q:
I see you have a right click in xml drop down menu, is this function available in DHTML Menu?
A:
Unfortunately, you can't assign onmouseover/onClick/onContextMenu event to each xml drop down menu item.
However, you can achieve this by using standard html objects within
xml drop down menu items, for example:
var menuitems = [
["<div onContextMenu='your_code_here'>item text</div>", ""]
];
Return to Recent Questions
Related:
- Jul 06, 2009 - Can I create context menus on right click with Menus for web pages?
- Oct 12, 2009 - I do not see any option in drop down menu css to open the URL in new window on right-click
- Nov 08, 2009 - How to call javascript function when the user click on a html submenu Items...
- Dec 11, 2009 - I do not see any option in css li menu to open the URL in new window on right-click...
- Dec 20, 2009 - Is it possible to set drop down menu dhtml up so the javascript function runs when clicking a tab?
- Jan 29, 2010 - How to open a link in to a new window by right clicking on the dropdown menu code.
- Feb 08, 2010 - I'd like to be able to right click on items in a css menu drop down and then pick actions..
- Feb 27, 2010 - I can't get the dhtml menu version sample (rightclick) to work in Opera.
- April 30, 2010 - We want to right click on the dependant dropdown menus and choose open in a new window
- September 24, 2010 - Can I use as domain name a IP address to get the key for the up menu css?
- January 22, 2011 - How I can make a right click on html menu script to save my target pdf file?
|