|
How can your script menu vertical be set to open menu items by click?
Return to Recent Questions
Q:
Can the script menu vertical be set to open menu items by click and then stay open for some time?
A:
You can open script menu vertical on click. Set this parameter:
var showByClick = 1;          Show submenus on a mouse click only.
0 - disabled (default),   1 - enabled.
Use the following parameter in your script menu vertical:
var smHidePause=-1;         - your submenus won't be hidden till you click or scroll the page.
Return to Recent Questions
Related:
- Apr 06, 2007 - Can the link items NOT open a new window in the dhtml sample?
- Aug 07, 2007 - I can not create new popup windows by clicking on a drop down menu creator item.
- Aug 18, 2007 - Is it possible to have the actual words clickable in order to open up an expandable tree
- Sep 06, 2007 - How to open your menu navigation by click, not on mouseover?
- Sep 18, 2007 - I want to open the URL or file name in menu for web by click...
- Oct 12, 2007 - I do not see any option in dhtml tab menu to open the URL in new window on right-click
- Dec 11, 2007 - I do not see any option in drop down menu vertical to open the URL in new window on right-click...
- Dec 13, 2007 - I want to get the URL or file name to be open in css menu by click...
- Dec 19, 2007 - The parameter var showByClick=1; doesn't work in OUR website navigation bar???
- Jan 29, 2008 - How to open a link in to a new window by right clicking on the javascript menu sample.
- Feb 08, 2008 - I'd like to be able to right click on items in a popup menu example and then pick actions..
|