Example With Dhtmlx Tree by Deluxe-Tree.com
Example With Dhtmlx Tree


Buy Now!  Free Trial Download

Menu Screenshots Example With Dhtmlx Tree

Example With Dhtmlx Tree Tree Clear Select Menu Items

Features Example With Dhtmlx Tree

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
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".
Templates Menus En Tree Example With Dhtmlx Tree
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
Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed example with dhtmlx tree 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
Buy Now!  Free Trial Download

Javascript Tree Menu. Expandable Menu.

  • There is no need to write additional code on a server side to remember what items were expanded/collapsed. Javascript/DHTML Tree can save items state automatically!
  • When the submenu is bigger than the visible page area, you can use the scollbar for submenus to scroll your menu!

Recent Questions Example With Dhtmlx Tree

Q: One more doubt, How can I mention the Text font style like BOLD, Italic..... in javascript pop up menu?


A: You can set your font size in Deluxe Tuner.

//--- Font
  var fontStyle="bold 11px Arial";
  var fontColor=["#000000","#FFFFFF"];


Q: For any reason dropdown menu in javascript know shows incorrect accented characters.

A: You can save your data file in UTF-8 in Windows version of DeluxeTuner v3.2.7.

You should turn on "Tools/Use utf8 encode" property.
In that case your data file will be saved in UTF-8 encode.

Enter these symbols and save your data file.

If you don't want to use UTF-8 encode on your page you should turn off"Tools/Use utf8 encode" property, save your data file and manuallychange your letters in any text editor.

You can also replace your letters with special sets, for example
É - Capital E, acute accent - E
ç - Small c, cedilla - c
  var menuItems = [

["É....","testlink.html", "", "", "", "", "", "", "", ],
["ç....","testlink.html", "", "", "", "", "", "", "", ],


Q: But given the sample on
http://deluxe-menu.com/highlighted-items-sample.html#ind
we want to delete menuentry 'Sample1' and do
dm_ext_deleteItem(2, 4, 0)

This raises an error but according to your javascript menu master manual the first argument should be the menuindex ....which is 2 in our opinion.

A: See, if you have several menus on your page they will have differentID's, for example:

<script type="text/javascript" src="menu/data1.js"></script> //ID=0

<script type="text/javascript" src="menu/data2.js"></script> //ID=1

<script type="text/javascript" src="menu/data3.js"></script> //ID=2

<script type="text/javascript" src="menu/data4.js"></script> //ID=3

So, if you have only one menu on your test page you should use ID=0


Q: I am having problems with the XP Taskbar Menu.  When I use DOCTYPE in the following format, the task bar does not show up atall for the exception of a single line. 

<!DOCTYPEhtmlPUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

When I hover my mouse on top of that line the menu displays fine with no problems.  So the problem is with the Start button and the taskbar – they do not show.  Can you please advice on how to fix this problem while keeping the DOCTYPE as specified.


A: Try to set the exact width for the menu:

  var menuWidth="685px";