mmalinowski42 / dynatree

Automatically exported from code.google.com/p/dynatree
0 stars 0 forks source link

How to expand one node only and other node will be collapsed programmatically #459

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have tree loaded as below

1Home
    2.1 HS1
        2.1.1 Gallery1
    3.1 HS2
        3.1.1 Gallery3

My Goal is initially tree will be collpased and showing below output
1 Home
     +2.1 HS1
     +3.1 HS2

If I add Gallery 2.1.2 Gallery 2, After adding it It should expand 2.1 HS1 and 
show 2.1.2 Gallery 2 selected. HS2 should collapse. Below outout is expectd.

1Home
    2.1 HS1
        2.1.1 Gallery1
        2.1.2 Gallery2
    +3.1 HS2

Please help me how i can achieve above functionality

Original issue reported on code.google.com by sachinsa...@gmail.com on 2 Nov 2013 at 12:05

GoogleCodeExporter commented 9 years ago
Please hlep.

Original comment by sachinsa...@gmail.com on 2 Nov 2013 at 12:07

GoogleCodeExporter commented 9 years ago
i suggest that you ask this question in the forum or Stack Overflow

Original comment by moo...@wwwendt.de on 2 Nov 2013 at 7:14

GoogleCodeExporter commented 9 years ago
Cleanup Scrumboard

Original comment by moo...@wwwendt.de on 2 May 2014 at 7:47