Recent Questions
Q: I like to keep the menu open as long 15 secs nothing happend or the user clicked outside of the menu.
How to do?
I have my Menu totaly outside of the Content and would like that it stays as the user choose, till he like to close or long time dispear. (smHidePause.. works ok, but when it is too long, he can not close manualy..)
What to do?
A: Unfortunately, Deluxe Menu doesn't have such a feature.
Please, try to use Deluxe Tree,
http://deluxe-tree.com
Q: Is it possible to insert a dhtml foldout menu item at the top of the submenu? For example, if a dhtml foldout menu is defined as:
var menuItems = [
["Search","","","","","","1","0"],
["|Residential","srch.php","","","","","0"],
["|VacantLand","srch.php?cri","","","","","0"],
["|Commercial/Industrial","srch.php","","","","","0"]];
How can I add a new item above “Residential?” I’ve tried the following with no luck — the forth argument does not seem to be used:
dm_ext_addItem(0, 1, ["New Sample", "testlink.htm", "", "", "Your Sample Tooltip", "middle", 0], 0)
A: To insert item in the specific position you should use thefollowing function:
function dm_ext_addItemPos (menuInd, submenuInd, iParams, Pos)
Q: Where can I change the state of Vista1 buttons?
A: If you want to have 1 state button, please, go to "Edit IndividualStyle"/Item Styles. Click on the style "Top Item" and in bothitemBackImage fields you should write btn_black.gif.
So in your data file you will have such code:
var itemStyles = [
["itemWidth=92px","itemBackColor=transparent,transparent", "fontStyle=normal 11px Tahoma","fontColor=#FFFFFF,#FFFFFF", "itemBackImage=btn_black.gif,btn_black.gif"],
];
Q: How does your multiple website license work? Do you have license details? For instance, our company develops a web application that we then license for other companies to use. Can we simply use your multiple website license?
A: See, with Multiple Website license you should generate your own keysand use them on your Intranet/Internet websites.
Your key will work on the registered domain name only. It won't workon a local machine.
If you want to use the menu within application which doesn't havefixed domain name you should buy Developer License.
This version of the script doesn't check keys and it isn't bound to adomain name.