webmonkey8
Newbie
Posts: 1
Registered: 11/27/2003
Member Is Offline
|
| posted on 11/27/2003 at 09:58 PM |
|
|
state settings
Hello, I've implemented a menu tree with one folder with a lot of folders within it. When I load up the page, the initial folder shows in its
closed state. How do I make it so it's shown in its opened state initially? Which file do I need to open to add this? I know the command is
'opened', but where do I put this commend? Can you give me an example of how this can be added? Thanks.
|
|
|
rock
Moderator
Posts: 687
Registered: 4/15/2003
Member Is Offline
|
| posted on 12/1/2003 at 08:48 AM |
|
|
You could place statement
this.b_opened = true;
in item_init function.
|
|
|