|
You're allowing only the icon to be clicked and expand the drop down javascript 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 drop down javascript menu. How would
I alter the code so that when a user clicks anywhere on the drop down javascript 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
drop down javascript menu.
A:
You should set the following parameter to expand item on a mouse
click:
var texpandItemClick=1;
Return to Recent Questions
Related:
|