Javascript Treeview Library by Deluxe-Tree.com
Javascript Treeview Library


Buy Now!  Free Trial Download

Menu Screenshots Javascript Treeview Library

Javascript Treeview Library Transparent Drop Down Menu Tree

Features Javascript Treeview Library

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".
Easy Setup
  • De Luxe Tuner. GUI interface to create your javascript treeview library menus easily and in no time
  • Sensible menu parameters for manual editing
Tree Scroll Horizontal Javascript Treeview Library
Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed javascript treeview library samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
High Performance
  • AJAX menu loading - loads web menu data from the server "on-the-fly".
  • Commonly loads quicker than other html page elements
  • Runs well with an unlimited number of submenus and items
Cost Effective
Buy Now!  Free Trial Download

Javascript Tree Menu. Expandable Menu.

  • Apply any font of any color, size and font decoration you need. Use any available type, color and thickness of a menu. Choose any color for submenus and items backgrounds.
  • Set the size of the menu in percent, pixels, or other units. This menu may have a relative (it can be inserted into the table, for example) or absolute position .
  • Use special prefixes for image paths and links to make paths absolute.
  • You can assign your own images for lines.

Recent Questions Javascript Treeview Library

Q: I follow the installation instructions, but I’m getting the error "dmObjectsCheck is undefined" in my javascript popup menu.

What is it wrong?

A: You should open your data file in Deluxe Tuner and save it.

Check also that you've set the following parameter:

  var shadowLen="0";



Q: Sometime the first tab in css tab menu stay selected etc..

A: You should check the following parameter

  var bselectedItem=1;
This parameter sets the selected tab.

You can set it
  var bselectedItem=-2;



Q: Normally, when the list of items under a menu is longer (tall) than the browser, the menu will follow (auto scroll) with your cursor.
When I use cross frames, and the list is longer (tall) than the frame area, it will not auto scroll.
Am I missing a setting somewhere?


A: Unfortunately, it is really so.
You can't use "auto scroll" in cross frame mode. You should to scroll your page.


Q: Is there a way we can add javascript behaviors to the sliding dhtml menu actions?
For example, is there a way we can add an onClick function to a menu item
(eg,onClick="return MyFunction( )" ) so that we can catch and process key events?

A: Unfortunately, you can't assign onmouseover/onClick/onContextMenu event to each item.
However, you can achieve this by using standard html objects within items, for example:

  var menuitems = [
["
item text
", ""]
];

You can use your own Javascript code instead standard links. For example:

  var menuItems = [
["text", "javascript:your_code_here"]
];

Try that.