Recent Questions
Q: I have noticed on your menus that have multiple nodes, you areallowing only the icon to be clicked and expand the tree. How would I alter the code so that when a user clicks anywhere on the tree with multiple nodes, the entire tree expands instead of the user having to be so precise in selecting the tiny icon to expand the tree.
A: You should set the following parameter to expand item on a mouseclick:
var texpandItemClick=1;
Q: I need to create a pop-up menu triggered from a flash movie button. Is this possible, and if so, do you have any documentation on this? (coding for flash button, etc)
A: Unfortunately you cannot assign OnClick or OnContextMenu event forflash file.
Q: I need to create a popup menu in javascript triggered from a flash movie button. Is this possible, and if so, do you have any documentation on this? (coding for flash button, etc)
A: Unfortunately you cannot assign OnClick or OnContextMenu event forflash file.
Q: I'm trying to sell a client on using Deluxe Menu but one complaint is that the text is not centered in the menu pad and I can't find a function in Deluxe Tuner which allows for centering.
I've downloaded the latest version but it didn't help.
A: You should set the following parameter to center your top items:
var itemAlignTop="center";