Javascript Tree Docking by Deluxe-Tree.com
Javascript Tree Docking


Buy Now!  Free Trial Download

Menu Screenshots Javascript Tree Docking

Javascript Tree Docking Tree Cool Example

Features Javascript Tree Docking

Easy Setup
  • De Luxe Tuner. GUI interface to create your javascript tree docking menus easily and in no time
  • Sensible menu parameters for manual editing
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
Create Menu Tree Java Javascript Tree Docking
Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed javascript tree docking samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
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.

  • Good navigation system is an important part of web site success. If people can't find their way around the site, they will rapidly give up looking and go, never to return. So, it's very significant that your website has a neat, fast, and gratifying to the eye navigation.
    Don't permit your web site visitors to get lost. Try Javascript/DHTML Tree!

Recent Questions Javascript Tree Docking

Q: When I add links to the java pop up menu items, the mouse icon does not change to the usual pointer on hover. Any ideas?

A: You should set the following java pop up menu parameter:

  var itemCursor="pointer";



Q: Is it correct that in vertical collapse menu you can specify your target as a different frame?


A: Yes, you can specify frame name as the target in Javascript/DHTML Tree:

  var titemTarget="frame";

Q: Hi I recently bought a menu from you - which is great.
However, i have been told that search engines will find it hard to crawl through the menu and find the other parts of my site.

Is it possible for me to create my menu to make it easier for search engines to crawl through?


A: JavaScript Tree Menu is a search engine friendly menu since v1.12.

To create a search engine friendly menu you should add additional html code within your html page:

< div id="dmlinks">
< a href="http://deluxe-menu.com"> menu_item_text1< /a>
< a href="http://deluxe-tree.com"> menu_item_text2< /a>
...etc.
< /div>

To generate such a code use Deluxe Tuner application.
You can find this GUI in the trial package.
Run Tuner, load your menu and click Tools/Generate SE-friendly Code (F3).


Q: We are using a licenced version of your tree-menu.
Now we have a situation, where we should show the actualclicked menu position with an icon or a color for a collapse tree menu.

A: This can be found with the help of external function of tree menu.
dtreet_ext_userClick(itID, event) - this function is called when clicking a mouse button on the item.

itID - item id
event - standard structure of events generated browser
dtreet_ext_getItemParams (menuInd, itemID) - returns all item parameters.

Please visit http://deluxe-tree.com/functions-info.html for addition information.