Folder Tree Expand Collapse Javascript by Deluxe-Tree.com
Folder Tree Expand Collapse Javascript


Buy Now!  Free Trial Download

Menu Screenshots Folder Tree Expand Collapse Javascript

Folder Tree Expand Collapse Javascript Sliding Tree Menu

Features Folder Tree Expand Collapse Javascript

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".
Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed folder tree expand collapse javascript samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
Tutorial Tree Folder Tree Expand Collapse Javascript
Cost Effective
Easy Setup
  • De Luxe Tuner. GUI interface to create your folder tree expand collapse javascript menus easily and in no time
  • Sensible menu parameters for manual editing
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
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 Folder Tree Expand Collapse Javascript

Q: From http://deluxe-menu.com/recent-questions-support.html
I have read:

Jul 25, 2008 - I am still interested if there is a dynamic way to rebuild (and restructure) a javascript menu example..
Q: So, I am still interested if there is a dynamic way to rebuild (and restructure) a menu w javascript, just for interest.
A: No, unfortunately it is not possible to rebuild the menu without reloading of the page now. We'll add this feature in the next version of the menu.

Can you say anything about date for that funcion?

May-be the function is ready in an un-officiel version?

I have buy this product-collect, and is in touch to implement dynamic 'ajax' menu with php, And the function to reload menu will be very pretty

A: It is not possible to rebuild/reload the menu at once,but you can use our API function to change any menu itemsw/0 page reloading, please see
http://deluxe-menu.com/functions-info.html
http://deluxe-menu.com/dynamic-functions-sample.html

Also please check
http://deluxe-menu.com/ajax-technology-menu-sample.html



Q: How can make dhtml tabs to open internet link in the same window?


A: You should set the following paramter in your data.js file (file, created in Deluxe Tuner),
where your tab-menu parameters (vars) and items (  var bmenuItems) are placed.

  var bitemTarget = "_blank";

Default target for all items ("_self","_blank","_parent","_top",...).
If equal to "" - defined as "_self".

Or you can set target parameter in your data file using Deluxe Tuner:
"Tab mode" section in the menu parameters list.




Q: Is there a way to increase the time the hint of drop down menu dynamic stays on the screen?

A: No this is standard hint, there is no way to increase the time it stayson the screen.



Q: No matter where I paste the script in the html for the drop down menu I created, it shows up at the top left corner of the page.

I would like it to go below the blue banner at the top of the page.
Please advise as to what I am doing wrong.


A: Now you're using absolute position for the menu:

  var absolutePos=1;
  var posX="10px";
  var posY="10px";

Try to use relative position

  var absolutePos=0;
  var posX="10px";
  var posY="10px";