Flash Treeview Example by Deluxe-Tree.com
Flash Treeview Example


Buy Now!  Free Trial Download

Menu Screenshots Flash Treeview Example

Flash Treeview Example Drag Drop Tree

Features Flash Treeview Example

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
Easy Setup
  • De Luxe Tuner. GUI interface to create your flash treeview example menus easily and in no time
  • Sensible menu parameters for manual editing
Tree Popup On Mouse Over Flash Treeview Example
Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed flash treeview example samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
Cost Effective
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 a mouse to move a menu as a usual window.
  • When the page is scrolled the menu remains visible. The menu can "float" along one or two coordinate axes. After clicking on menu item selected item becomes highlighted.
  • There can be as many submenus as necessary. Any submenu in its turn can include different number of columns.

Recent Questions Flash Treeview Example

Q: You will see I got the first level looking amazing.. this is exactly what I wanted. The interesting thing I figured out was not to use the item border.. this was messing things up. You may notice that when each item highlights.. there is a 1px white line at the separators.. but this is not produced with the item border, but rather from the separator itself which I made in two 1 pixel lines, one blue, on white.. this created that effect.

So now my only problem left is to figure out how to bring this look into the submenus. I was thinking it would be nice to use the separators in the same way throughout the submenus. There does not however seem to be a way to do this. When I tried inserting a separator into a submenu.. nothing happened... I am probably doing this wrong.

Can you please show me how to create the same look I have in the first level in the submenus.. this would be helpful.

I must say, this menu is finally starting to look the way I originally envisioned it. I am very happy. =o)

Thank you so much for all the help you have given me.


A: To add separators in submenus you should write it so:

 ["|-",] //first level submenus
   ["||-",] //second level submenus
and so on.

Try that.


Q: I am setting up a menu with word wrapping "on". Is it possible to have the wording in the middle of the text go to a new line?
If so, how do I do that?


A: Unfortunately, you can't do it.

You can only set the following parameter
  var noWrap=0;
and use <br> tags in the text, for example

["ffffffff<br>fffffffffffff<br>fffffffffff Info","", "default.files/icon1.gif", "default.files/icon1o.gif", , , "0", , , ],


Q: I’m getting the error “dmObjectsCheck is undefined”. I have attached the HTML output of the page. Let me know what’s missing.

A: Please, check that you have dmenu_add.js file in the same folder withdmenu.js.

You can also send us your data.js file and we will check it.



Q: I have one problem you may be able to help with:

If I set

  var tsaveState = 1;

The following errors are generated:

_tls is not defined

tob has no properties

and the menu doesn't display.

If you could help with this I would be grateful.


A: You should use dtree_ss.js file.

You should install your menu so:

<noscript><a href="http://deluxe-tree.com">Javascript Tree Menu by Deluxe-Tree.com</a></noscript>
<script type="text/javascript" src="menudir/dtree.js"></script>
<script type="text/javascript" src="menudir/dtree_ss.js"></script>

<script type="text/javascript" src="menudir/tree-data.js"></script>