Is it possible to open the dhtml tree to a particular state when a link is chosen from elsewhere in the site
Return to Recent Questions
Q:
Is it possible to open the dhtml tree to a particular state when a link is chosen from elsewhere in the site (not from a menu link)?
A:
function dtreet_ext_expandItem (itemID, expand)
Expands/collapses a specified item or a submenu.
itemID - ID property of an item. expand - 0 - expand the item, 1 - show the item.
For example place to your HTML code
<script>
dtreet_ext_expandItem('dtree_0i2',0);
</script>
For details please see
http://deluxe-tree.com/functions-info.html
Return to Recent Questions
Related:
- Sep 06, 2006 - The Items of the javascript tree view stay expanded in the same state.
- Nov 17, 2006 - How can I open a new window of a specific dimension in the dhtml toolbar?
- Nov 23, 2006 - It is possible to have context menu work with your tree menu dhtml?
- Nov 24, 2006 - Is it possible to have the actual words clickable in order to open up an expandable tree
- Dec 14, 2006 - How to use a dhtml javascript menu item so that it opens a window at a certain size?
- Dec 22, 2006 - I'm hoping that the graphic would appear rather than a colored cell in menu samples.
- Jan 20, 2007 - Where can I change the state of Vista1 dhtml buttons?
- 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 16, 2007 - How do I get the sub-menus to open in the 2nd frame in the dhtml menu frame?
|