|
|
Can I choose what items will be expanded or collapsed in the php tree view when the user first comes to the webpage?
Return to Recent Questions
Q:
Can I choose what items will be expanded or collapsed in the php tree view
when the user first comes to the webpage?
A:
You can expand some items by default.
Add '+' sign before items text in that case:
["+Deluxe Tree: XP Style","", "deluxe-tree.files/xpicon1_s.gif", "", "", "XP Title Tip", "", "0", "", "", ],
["|Home","testlink.htm", "deluxe-tree.files/icon1_s.gif", "deluxe-tree.files/icon1_so.gif", "", "Home Page Tip", "", "", "", "data-new.js", ],
"Deluxe Tree: XP Style" item will be expanded by default in that case.
Use var texpanded=1; parameter to expand all menu items by default.
Use function dtreet_ext_expandItem (itemID, expand) API function to expand the specific
menu items dynamically:
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.
- Sep 29, 2006 - I tried to use javascript function with the "Title item" of my javascript tree view.
- Oct 20, 2006 - I want that tree menus expanded or collapsed and go to the link...
- Feb 26, 2007 - Does your dhtml treeview support right to left languages, like Hebrew?
- March 08, 2007 - Which file(s) I must change to change the content of each tab in the tabs dhtml?
- April 05, 2007 - I would like to change the height of the submenu items in the menu tree
- April 06, 2007 - Is there a way to have an automatic line-break for large submenu items in tree?
- May 21, 2007 - If there was a way to have the dhtml slide tree menu already expanded?
- June 10, 2007 - Is there anyway to move items further to the left in the java script tree menu?
- 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.
|