Java Family Tree Iterator by Deluxe-Tree.com
Java Family Tree Iterator


Buy Now!  Free Trial Download

Menu Screenshots Java Family Tree Iterator

Java Family Tree Iterator Array Tree Navigation

Features Java Family Tree Iterator

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
Easy Setup
  • De Luxe Tuner. GUI interface to create your java family tree iterator menus easily and in no time
  • Sensible menu parameters for manual editing
Javascript Trees Navigation Java Family Tree Iterator
Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed java family tree iterator samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
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".
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
Buy Now!  Free Trial Download

Javascript Tree Menu. Expandable Menu.

  • There can be as many submenus as you want.
  • Use a mouse to drag a menu as a usual window.
  • When the page is scrolled the menu remains visible. The Javascript/DHTML Tree can "float" along one or two coordinate axes. After clicking on menu item selected item becomes highlighted.

Recent Questions Java Family Tree Iterator

Q: I've noticed something strange in the Javascript/DHTML Tree and I am wondering if this is normal.

Here's an example I have in my "data.js" file to populate the javascript ajax tree:

  var tmenuItems = [

["Mes alertes/My alerts","", "", "", "", "", "", "0", "", "", ],
 ["|Francais","", "", "", "", "", "", "", "", "js/AjaxTreeFr.js", ],
 ["|English","", "", "", "", "", "", "", "", "js/AjaxTreeEn.js", ],
];

Here's basically how it goes:

- Basically the "0" represents a pre-built style that I have set for the root of my tree.

- Under this are the first child of the root called "Francais" and "English" which I link with a JS file to populate (Because the users will customize the alerts they want to see).

This works perfectly fine. But it is a workaround. Let me explain what I wanted in the first place:

  var tmenuItems = [
["Mes alertes ","", "", "", "", "", "", "0", "", " js/AjaxTreeFr.js ", ],
["My alerts","", "", "", "", "", "", "", "", "js/AjaxTreeEn.js", ],
];

Basically I wanted to have 1 javascript ajax tree with 2 root items "Mes alertes" and "My alerts" but it seems impossible to attach a js file to the root of the tree view. (It doesn't get populated).

Any ideas?

A: See AJAX feature won't work for first-level in XP style now.

It works if you use:
  var tXPStyle=0;


Q: Expandable javascript menu doesn't actually affect the plus/minus icon I have specified. Any ideas?

A: It is not correctly to add expand/collapse buttons into the iconfield, they won't work. You should add icons there.

To add expand/collapse buttons you should use the followingparameters:

  var texpandBtn=["img/expandbtn.gif","img/expandbtn.gif","img/collapsebtn.gif"];
  var texpandBtnW=14;
  var texpandBtnH=14;
  var texpandBtnAlign="left";



Q: We purchased your JavaScript Tree Menu 2.0 and have realised that in the Firefox browser the shadowing around the css javascript menu is not visible.

Please could you tell us how to correct this.

A: See, transitional effects (shadow) are features of Internet Explorer 5.5+ only.

More info you can find here:

http://deluxe-menu.com/filters-and-effects-sample.html


Q: Is there a way to have an automatic line-break for large submenu items?
I'd prefer not to have scroll bars but automatic line break of long items.



A: Try to add the following parameter in your data file

  var tnoWrap=0;