How can I create the javascript tree drag drop menu like in your examples?
Return to Recent Questions
Q:
However,I am trying to create a menu
like<http://deluxe-tree.com/data-samples/tree-menuxp3.html> and
amfrustrated.
Where can I get a template or instructions on which parameters I
ammisunderstanding in deluxe tuner?
I want a menu with the expandable + signs on the left which will
expandon rollover and allow only one to be expanded at the same time.
A:
You should set the following parameters
var texpandItemClick = 1;
var tcloseExpanded = 1;
var tcloseExpandedXP = 1;
Try to do it in the new Deluxe Tuner beta version. We've fixed some
bugs with these parameters in the new version.
Return to Recent Questions
|