Mediawiki Tree And Menu Demo by Deluxe-Tree.com
Mediawiki Tree And Menu Demo


Buy Now!  Free Trial Download

Menu Screenshots Mediawiki Tree And Menu Demo

Mediawiki Tree And Menu Demo Xp Style Tree Menu

Features Mediawiki Tree And Menu Demo

Easy Setup
  • De Luxe Tuner. GUI interface to create your mediawiki tree and menu demo menus easily and in no time
  • Sensible menu parameters for manual editing
Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed mediawiki tree and menu demo samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
Tree Click Down Menu Mediawiki Tree And Menu Demo
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
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
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.

  • Use images for backgrounds of submenus and items, icons, arrows.
  • Use any amount of menus on a single page.
  • Place any HTML code within the menu item - be it a flash-object, form, picture, or text. This ability lets you to build various menus of any complexity. You can create 3-state icons for each item: normal state, mouseover state, expanded state. After clicking on menu item selected item becomes highlighted.

Recent Questions Mediawiki Tree And Menu Demo

Q: I need to use an iframe within the popup window.
Is there any way I can close the dhtml window from the page loaded within the iframe?


A: You can close the popup using the following function:

document.getElementById('win').hide();

Unfortunately it won't work if you use iframe as window content.
You open another page in the popup (in Iframe) so you cannot access
document.getElementById('win').hide();
element which is situated on the first page.

When you use text or object_id as window content the content of the popup will be situated
on the same page so you can access document.getElementById('win') element and hide it.

There is a workaround.
Use text as content type and add the following code inside popup:

<a onclick="document.getElementById('win').hide();">...</a><iframe></iframe>

Your link will work in that case.



Q: How can I manage that the last clicked javascript expanding tree item stays tree highlighted?

A: We have the following API function to highlight the pressed item in Javascript/DHTML Tree
function dtreet_ext_setPressedItem (menuInd, itemID)

But unfortunately this function doesn't work for AJAX submenus.

We'll try to add this feature soon (using save state feature).


Q: I'm about to put in an order for your excellent JavaScript Tree Menu (still weighing up the options between buying a single license for now or the Multiple site one).

I noticed that the not-for-profit free license doesn't cater for Intranets.

Can you please confirm that your drop down menu code (paid license) would indeed work for Intranets though, as this is my current quest. I'm working on a company's internal site which has a lot of documents, procedures and forms for download, which is precisely why I would like to purchase your product.

Can you please confirm or shed light on this?

A: Yes, you can use the licensed copy of JavaScript Tree Menu on Intranetwebsites.

You should register the drop down menu code for a domain name or for IP address.In other words, you should register the menu for the domain name thatyou print in a browser's search string, for example:

http://intranet/
http://klinikum-nuernberg/
http://192.168.0.1
http://localhost

But you menu won't work on a local machine, for example

j:\Stationshandbuch\start.html

with Single or Multiple licenses. On a local machine you'll see"Incorrect Key" message.

If you want to use the menu with an application that doesn't have afixed domain name you should buy Developer License.



Q: Do you have a product that serves as a cascading drop down menu where you can override the width of the display?

A: You can use "smart scrolling" feature in this case for the JavaScript Tree Menu.
To disable/enable the "smart scrolling" for the main items and submenus use the following javascript scrolling menu parameters:

  var smSmartScroll = 1;
  var topSmartScroll = 1; (works if   var menuWidth isn't empty)

You can also specify height and width for each separate submenu using the following menu parameters:

  var smWidth = "100px";
  var smHeight = "300px";