|
You're allowing only the icon to be clicked and expand the button menus
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 button menus. How would
I alter the code so that when a user clicks anywhere on the button menus
with multiple nodes, the entire tree expands instead of the user
having to be so precise in selecting the tiny icon to expand the
button menus.
A:
You should set the following parameter to expand item on a mouse
click:
var texpandItemClick=1;
Return to Recent Questions
Related:
|