Qooxdoo Edit Tree Node by Deluxe-Tree.com
Qooxdoo Edit Tree Node


Buy Now!  Free Trial Download

Menu Screenshots Qooxdoo Edit Tree Node

Qooxdoo Edit Tree Node Tree Collapse Menu

Features Qooxdoo Edit Tree Node

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
Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed qooxdoo edit tree node samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
Navigation Trees Qooxdoo Edit Tree Node
Easy Setup
  • De Luxe Tuner. GUI interface to create your qooxdoo edit tree node 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".
Cost Effective
Buy Now!  Free Trial Download

Javascript Tree Menu. Expandable Menu.

  • There can be as many submenus as you want.
  • Use a mouse to drag a menu as a usual window.
  • When the page is scrolled the menu remains visible. The Javascript/DHTML Tree can "float" along one or two coordinate axes. After clicking on menu item selected item becomes highlighted.

Recent Questions Qooxdoo Edit Tree Node

Q: Is there a way to have an automatic line-break for large submenu items?
I'd prefer not to have scroll bars but automatic line break of long items.



A: Try to add the following parameter in your data file

  var tnoWrap=0;


Q: I have another question regarding the popup window. I need to use an iframe within the popup window. Is there any way I can close the dhtml popup 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 accessdocument.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 situatedon 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: Is it possible to insert an item at the top of the submenu in the html popup menu?

A: To insert item in the specific position you should use the following function:

function dm_ext_addItemPos (menuInd, submenuInd, iParams, Pos)

Adds the new item to a submenu.
menuInd - index of a menu on a page, >= 0.
submenuInd - index of a submenu, >= 0. See more info about indexes here.
iParams = [array] - the array of item parameters.
Pos - the position in the menu where you want to add new item.

More info you'll find here:
http://deluxe-menu.com/functions-info.html



Q: Is there a way with your script drop down menu to make the menus appear to be expanded when on a certain page?


A: No, unfortunately there is no way to expand JavaScript Tree Menu.

You can try to use Javascript/DHTML Tree, http://deluxe-tree.com in that case.
You can expand specific items in Javascript/DHTML Tree using

dtreet_ext_expandItem ()

function.

Find more info here:

http://deluxe-tree.com/functions-info.html