Dtree Js Drag And Drop by Deluxe-Tree.com
Dtree Js Drag And Drop


Buy Now!  Free Trial Download

Menu Screenshots Dtree Js Drag And Drop

Dtree Js Drag And Drop Tree Drop Down Menus Rollover

Features Dtree Js Drag And Drop

Cost Effective
Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed dtree js drag and drop samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
Tree Drop Menu Dtree Js Drag And Drop
Compatibility              
  • Full cross-browser compatibility including IE, Netscape, Mozilla, Opera, Firefox, Konqueror and Safari on Windows, Mac OS and Linux
  • Menu can be populated from a database using ASP, PHP, etc.
  • Search engine friendly
  • Support for any doctypes
  • Fits for secure sites
Seamless Integration
  • Visible over flash, select boxes, iframes, java applets
  • Multiple menus on the same page
  • Amicable to other scripts and css styles
  • Any HTML code can be used inside menu items
Unrivalled Features
  • Scrollable, dragable, floating
  • Unique Java Script API for altering menu "on-the-fly", without page reloading
  • AJAX technology - loads menu data from the server "on-fly and on-demand".
Buy Now!  Free Trial Download

Javascript Tree Menu. Expandable Menu.

  • Use images for backgrounds of submenus and items, icons, arrows.
  • Use any amount of menus on a single page.
  • Place any HTML code within the menu item - be it a flash-object, form, picture, or text. This ability lets you to build various menus of any complexity. You can create 3-state icons for each item: normal state, mouseover state, expanded state. After clicking on menu item selected item becomes highlighted.

Recent Questions Dtree Js Drag And Drop

Q: I can't see my javascript vertical tree menu in FireFox. What I'm doing wrong?

A: You should set this parameter:
  var tmenuHeight = "auto";
Now you have
  var tmenuHeight = "0";


Q: Is there some way or hack to use the ajax tabs?

A: No, Deluxe Tabs doesn't support AJAX now, it is possible that we'll add this feature inthe future versions.

Q: The menu maps to the width size of the longest menu item on the list, can you tell me how I can restrict this, and have a fixed menu size.

A: Unfortunately it is really so.
You can try to wrap your text.

You should set the following parameter:

  var noWrap = 0;

or use <br> tags within menuItems.



Q: I have noticed on your menus that have multiple nodes, you areallowing 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 mouseclick:

  var texpandItemClick=1;