You're allowing only the icon to be clicked and expand the javascript tree dhtml
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 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 mouse
click:
var texpandItemClick=1;
Return to Recent Questions
|