jpcesar
Junior Member
Posts: 2
Registered: 4/12/2006
Member Is Offline
|
| posted on 4/12/2006 at 02:46 PM |
|
|
How to open a folder ?
Hi. I'm using the free version of the tree menu, trying to evaluate so I can go to the Pro version.
However i would like to know, if for example I have this:
- Cuba
--- Place 1
--- Place 2
-Brasil
--- Place 3
Other1
Other2
If I click Place 1 i post back in .Net and I want to maintain the Cuba folder open for context like this:
- Cuba
--- Place 1
--- Place 2
- Brasil
- Other1
- Other2
How can I call a function to open the Cuba folder?
anything like TREE.OPEN(1);
best regards
|
|
|
jpcesar
Junior Member
Posts: 2
Registered: 4/12/2006
Member Is Offline
|
| posted on 4/12/2006 at 03:23 PM |
|
|
I've managed how to do it:
trees[0].tmB(index);
cheers
|
|
|