|
You're allowing only the icon to be clicked and expand the dhtml pulldown menu
Return to Recent Questions
Q:
I have noticed on your menus that have multiple nodes, you are
allowing only the icon to be clicked and expand dhtml pulldown menu. How would
I alter the code so that when a user clicks anywhere on the dhtml pulldown menu
with multiple nodes, the entire tree expands instead of the user
having to be so precise in selecting the tiny icon to expand the
dhtml pulldown menu.
A:
You should set the following parameter to expand item on a mouse
click:
var texpandItemClick=1;
Return to Recent Questions
Related:
|