Ext Tree Treeloader Servlet Json by Deluxe-Tree.com
Ext Tree Treeloader Servlet Json


Buy Now!  Free Trial Download

Menu Screenshots Ext Tree Treeloader Servlet Json

Ext Tree Treeloader Servlet Json Tree Coolmenus

Features Ext Tree Treeloader Servlet Json

Easy Setup
  • De Luxe Tuner. GUI interface to create your ext tree treeloader servlet json 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 ext tree treeloader servlet json samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
Menu Tree Folder Ext Tree Treeloader Servlet Json
Cost Effective
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
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.

  • 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 Ext Tree Treeloader Servlet Json

Q: This is probably a really basic question, but I was wondering if
your dhtml menu maker makes it possible to determine the direction of the
drop down menu. In other words, my menu is at the bottom of the page
and I want the drop down list to actually go "up," not down.
Is that possible with your software?


A: Yes it is possible.

You should use the following parameter

  var subMenuVAlign="top"; //downward
  var subMenuVAlign="bottom"; //upward

  var subMenuAlign="left"; //from left to right
  var subMenuAlign="right"; //from right to left



Q: Compliments on your product, I particularly enjoy the complete set of gui and java, that allows for the quick changes.

After a couple of months of using the trial, I have now purchased it and installed the license.

My question however regards the performance of the menu. Using firebug I note that my deluxe menu .js are the performance bottlenecks, It appears as if they are not being cached and it appears that collecting them is taking longer then the other .js files. What can I do to optimize the load time of the javascript multi level menu and prevent, reloading it from the server with every page reload. The apache has set the expiry correct I believe, as I understand from the header.

A: You can try to use AJAX technology.

AJAX-like technology: data for submenus can be loaded "on-the-fly" from the server.

New parameter:
  var tajax = 0/1; - disables/enables AJAX-like support

Current syntax for item parameters (  var tmenuItems):
[text, link, iconNormal, iconOver, iconExpanded, tip, target, itemStyleInd, itemXPStyleInd, jsFileName]

Where jsFileName - .js filename on the server with submenu items (  var tmenuItems).



Q: I've begun experimenting with the dhtml rollover menu program and like what I see.

Question, when I have a tree menu on the left and the user clicks a node, I want the resulting HTML page to appear next to the dhtml rollover menu, on the right hand side. How do I reposition the HTML page so it doesn't take up the whole page and cover the menu?

A: You can use frames and open link pages into the content frame, or use Iframe.

Please, set the name for your iframe, for example:

<iframe name ='myFrame' ...
<frame name ='myFrame' ...

And then you must set the following dhtml rollover menu parameter in the data file withyour menu:

  var titemTarget="myFrame";



Q: JavaScript Tree Menu supports keyboard navigation eg. CTRL+F2 to activate menu.

Why does Deluxe Tabs not have the same feature?

I would like to use both java script navigation menu systems on the same page, and both need to have keyboard navigation for accessibility reasons.

A: Unfortunately it is really so, Javascript/DHTML Tree and Deluxe Tabs doesn'thave such a feature now.

We'll try to add this feature in the next versions of the java script navigation menu.