Js Tree by Deluxe-Tree.com
Js Tree


Buy Now!  Free Trial Download

Menu Screenshots Js Tree

Js Tree Dhtml Menu Xml Tree

Features Js Tree

Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed js tree samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
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
Collapsible Tree Menus Js Tree
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 js tree menus easily and in no time
  • Sensible menu parameters for manual editing
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.

  • 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 Js Tree

Q: I'm trying to sell a client on using JavaScript Tree Menu but one complaint is that the text is not centered in the menu pad and I can't find a function in Deluxe Tuner which allows for centering.
I've downloaded the latest version but it didn't help.


A: You should set the following parameter to center your top items:

  var itemAlignTop="center";


Q: I am interested in buying your XP Style Blue XP Style JavaScript Menu Tree.

Please let me know how can I use in offline projects (CD Based) and whether I can change the vertical type java pulldown menu into horizontal type.

Also let me know the price for the same

Looking forward for your fast reply

A: Javascript/DHTML Tree is vertical menu, http://deluxe-tree.com. You cannot create horizontal tree menu.

If you want to create horizontal menu you can use JavaScript Tree Menu,http://deluxe-menu.com

To use JavaScript Tree Menus on CD/DVD you should buy developerlicense.
JavaScript Tree Menu & Tree & Tabs & Popup Window & Calendar DeveloperLicense - $299.95.

Other licenses allow you to use the java pulldown menu on Internet/Intranetwebsites only.



Q: Some menu entries may be disabled and clicking on them should produce predefined javascript alert message?


A: To create disabled items you should set "_" symbol in the targetparameter of the menuItems.
If the target is "_" the item is disabled.
You can assign a font color for all disabled items using the following menu parameter:
  var fontColorDisabled = "#AAAAAA";
You can write a javascript code instead of an item link:

["item text", "javascript:alert('Hello World')", , , ,"_",]

That's all.


Q: How do you go about labeling the various segments of your page to utilize the tab navbar?


A: See, for each item you should assign the ID property of the content
DIV (see data file with your menu parameters).

["Style Name","contentName", "", "", "", "", "1", "", "", ],
["-","", "", "", "", "", "0", "", "", ],
["Style Description","contentDescription", "", "", "", "", "", "", "", ],
["-","", "", "", "", "", "0", "", "", ],
["Style Variations","contentVariations", "", "", "", "", "", "", "", ],
["-","", "", "", "", "", "0", "", "", ],
["Empty","", "", "", "", "", "2", "", "", ],

And on your html page you should create DIV's with such ID.

<div id="contentName" style="height: 0%; visibility: hidden;" class="tabPage">
<p align=center><img src="img/style01_title.gif" width=140 height=90 alt="Glass Style Tabs"></p>
You should paste your content here!!!!!
</div>

<div id="contentDescription" style="height: 0%; visibility: hidden;" class="tabPage">
<p align=center><img src="img/style01_title.gif" width=140 height=90 alt="Glass Style Tabs"></p>
You should paste your description here!!!!!
</div>

You can paste any code within DIV's (PHP, Javascript ...)