Rank: Member Groups: Member
Joined: 10/31/2007 Posts: 18
|
Let's say I have three parent nodes in the root... and those parents have several child nodes each... whenever a parent is chosen... I would like to collapse all other parent nodes... leaving only the currently chosen parent open... I would like to do this with javascript.
thanks!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, You don't need to do any JavaScript for that. It's already implemented on the TreeView: http://www.essentialobjects.com/ViewDoc.aspx?t=EO.Web.TreeView.SingleExpandMode.htmlThanks
|
Rank: Member Groups: Member
Joined: 10/31/2007 Posts: 18
|
Perfect! Thanks!
|