Dynamic Treeview Sitemap In Php by Deluxe-Tree.com
Dynamic Treeview Sitemap In Php


Buy Now!  Free Trial Download

Menu Screenshots Dynamic Treeview Sitemap In Php

Dynamic Treeview Sitemap In Php Scroll Menu Tree

Features Dynamic Treeview Sitemap In Php

Easy Setup
  • De Luxe Tuner. GUI interface to create your dynamic treeview sitemap in php 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
Tree Disable Browser Arrows Dynamic Treeview Sitemap In Php
Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed dynamic treeview sitemap in php 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".
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.

  • You can set the size of the menu in pixels, percent or other units. The menu may have an absolute or relative position (it can be inserted into the table).
  • Use any necessary font of any color, size and font decoration. Create any available type, thickness and color of a menu.Choose any color for backgrounds of submenus and items. Use special prefixes for image paths and links to make paths absolute.
  • You can assign your own images for lines.

Recent Questions Dynamic Treeview Sitemap In Php

Q: I have function "confirmLogout()" that it returns true or false. If it is false, the function does not make nothing. If it's true, I need to direct for the page "goout.jsp". How to use this function in the mouseover drop menu?

function confirmLogout() {
if(confirm('It really desires to leave? ?')) {
return true;
} else {
return false;
}
}

A: Actually you can use your own Javascript code instead standard mouseover drop menu links. For example:

  var menuItems = [
["text", "javascript:your_code_here"]
];

or

  var menuitems = [
["<div onClick='your_code_here'>item text</div>", ""]
];



Q: Is it possible to not download (pre-load) the images in the javascript menu array (some attributes in the data.js file ..)?

I would like to download them only on rollover on the submenu... I am aware of the ajax version of the menu, but ....

A: Set the following parameter:
  var dm_writeAll=0;

You can also use AJAX feature, see more info here:

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


Q: Hello I purchased the deluxe menu for single website. I have a mac computer and cant open the exe installation file of drop down menu maker inside of it. Can I get around this problem? Please help asap.

A: Download trial package from our website on MAC.

You can find HTML version of drop down menu maker (MAC version) there.

See more info:

http://deluxe-menu.com/deluxe-tuner-info.html



Q: Can I create a pop up using javascript that fly's out after 10 seconds.

Please advise.

A: Create popup window and set openAfter=10 parameter to it.
You can find this parameter in 'Actions' section.