Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Node Tree Expand/Collapse Question (Read 1641 times)
lyrock
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 16
Joined: Sep 12th, 2011
Node Tree Expand/Collapse Question
Jan 28th, 2013 at 10:22pm
Print Post  
Is there a solution for the following task:

There are multiple child nodes under a root node.
When I click the expand/collapse button, only some child nodes can expand/collapse. The other child nodes are "static nodes".

Thanks.

Yan
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Node Tree Expand/Collapse Question
Reply #1 - Jan 29th, 2013 at 7:53am
Print Post  
You could set Visible = true for the static nodes and links from the TreeCollapsed event handler. Alternatively, set ExpandButtonAction to Custom and implement your own expand/collapse from the ExpandButtonClicked handler.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint