Family Tree With Javascript Library by Deluxe-Tree.com
Family Tree With Javascript Library


Buy Now!  Free Trial Download

Menu Screenshots Family Tree With Javascript Library

Family Tree With Javascript Library Tree Disable Drag Drop

Features Family Tree With Javascript Library

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

  • You can create 3-state icons for each item: normal state, mouseover state, expanded state.
  • Use images for icons, backgrounds of submenus and items.
  • You can use with any amount of menu and submenus on one page.
  • Insert any HTML code inside the menu item - be it a form or a picture, a flash-object or a text. This ability allows you to create various menus of any complexity.

Recent Questions Family Tree With Javascript Library

Q: I cannot see my menu on the pages. Could ypu help me?


A: Try to move the following code in the <head> tag

<script type="text/javascript">  var dmWorkPath = "";</script>
<script type="text/javascript" src="dmenu.js"></script>
Notice: your menu won't work correctly if you write src="/dmenu.js"


Q: Are vertical menus also supported, because I don't see any in the javascript menu examples?

A: Yes, you can create vertical menu with JavaScript Tree Menu.

You should set this parameter:

  var isHorizontal=0;

See one of the javascript menu examples here:

http://deluxe-menu.com/data-templates/win98-style-1-template-sample.html


Q: I purchased a menu system from you and someone else programmed it so I am left to fix it. When you go the page, their is a weird delay, is it possible for you to tell me what is wrong in the html javascript menu?

A: You're using additional features in the menu now

  var keystrokes=1;
  var floatable=1;

But there are no dmenu_add.js and dmenu_key.js files in the
http://www.domain.com/Hbsound.files/
folder on your server.

I advise you to upload all menu engine files.



Q: I'd like to re order the position of the drop down menu's items (by example) the cities.

A-city
C-city
D-city
B-city
E-city etc.....

B-city had to come under A-city, how can we do that?
Thank you

A: I'm not sure I understand where you would like to change the position.In Deluxe Tuner or dynamically on your html page.

To move items in Deluxe Tuner select items you want and use a mouse drag'n'drop method.

See the attached screenshot. Click on the item you want to move.Move your mouse in the correct place (holding left mouse button).Wait till you'll have gray line in the place where you want to insertthe item and release mouse button.

To dynamically change your items you can use the following API function:function dm_ext_changeItem (menuInd, submenuInd, itemInd, iParams)

See more info:
http://deluxe-menu.com/functions-info.html