Can you please guide me how can i use the ajax functionality for tree view navigation..
Return to Recent Questions
Q:
Can you please guide me how can i use the ajax functionality for tree view navigation..
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 06, 2006 - The Items of the javascript tree view stay expanded in the same state.
- Sep 29, 2006 - I tried to use javascript function with the "Title item" of my javascript tree view.
- Oct 21, 2006 - I want to get the URL or file name to be open in javascript mouseover menu by click...
- 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?
- June 16, 2007 - I need to know if I can add substantial data to the expanded javascript treeview?
- Aug 13, 2007 - The Items of the javascript tree view stay expanded in the same state.
- Jan 22, 2009 - Is there a user�s guide/manual I can download for java script tree menu?
- Jan 28, 2009 - Is it correct that in javascript treeview menu you can specify your target as a different frame?
- April 11, 2009 - How does the SiteMap function work in java menu software? Does it automatically create tree-view from the domain?
- April 18, 2009 - How to set the icon vertically top when the menu in dhtml text is wrapped?
|