|
How can I create the tree drag drop pop up menu java like in your examples?
Return to Recent Questions
Q:
However,I am trying to create a pop up menu java
like
<http://dhtml-menu.com/dhtml-tree//data-samples/tree-menuxp3.html>
and I am frustrated.
I want a pop up menu java 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 pop up menu java
var texpandItemClick = 1;
var tcloseExpanded = 1;
var tcloseExpandedXP = 1;
Return to Recent Questions
|