|
How can I create the tree drag drop menu dynamic like in your examples?
Return to Recent Questions
Q:
However,I am trying to create a menu dynamic
like
<http://dhtml-menu.com/dhtml-tree//data-samples/tree-menuxp3.html>
and I am frustrated.
I want a menu dynamic with the expandable "+" signs on the left which will
expand on rollover and allow only one to be expanded at the same time.
Where can I get a template or instructions on which parameters I
am misunderstanding in DHTML Tuner?
A:
You should set the following parameters for the menu dynamic
var texpandItemClick = 1;
var tcloseExpanded = 1;
var tcloseExpandedXP = 1;
Return to Recent Questions
|