Can you please guide me how can i use the ajax functionality for the dhtml tree..
Return to Recent Questions
Q:
I am using the deluxe tree menu but i am facing problem while using
ajax so can you please guide me how can i use the ajax functionality for the dhtml tree..
A:
To enable AJAX Tree Menu use the following menu parameters:
var tajax=1; // enables AJAX technology support
Each .js file must contain menuItems variable for the submenu in the following format:
var tmenuItems = [
[text, link, icon1, icon2, icon2, tip, target, itemStyle, submenuStyle, jsFileName],
];
Where jsFileName - .js filename on the server that contains tmenuItems variable for the submenu.
More info you'll find here:
http://deluxe-tree.com/ajax-menu-loading-sample.html
Return to Recent Questions
Related:
- Sep 29, 2006 - I tried to use javascript function with the "Title item" of my javascript tree view.
- Oct 30, 2006 - I don't see on my website dhtml mouseover menu that I saw on my local machine.
- Nov 23, 2006 - It is possible to have context menu work with your tree menu dhtml?
- Dec 14, 2006 - How to use a dhtml javascript menu item so that it opens a window at a certain size?
- Jan 23, 2007 - Can I keep a submenu shown even when my mouse pointer is NOT over dhtml menu bar
- Jan 26, 2007 - Is it possible to hide the plus signs in the expandable menus?
- Feb 10, 2007 - Is there any functionality for tree menu script to show/hide specific branches?
- Feb 26, 2007 - Does your dhtml treeview support right to left languages, like Hebrew?
- March 14, 2007 - I need to be able to either automatically wrap the line in the dhtml menu tree
- April 30, 2007 - Which license we should buy to use dhtml tree menu on CD?
- May 02, 2007 - Is there any way can we display sublevel menu items on mouse over in dhtml tab menu
|