| Author |
Message |
milvus
Joined: 07 Mar 2006 Posts: 1
|
Posted: Tue Mar 07, 2006 4:10 pm Post subject: All items closed at the initial loading |
|
|
Hi,
Loading the menu, the first "items" is always open.
There is a way to show all items closed at the initial loading?
Thanks in advance
Milvus |
|
| Back to top |
|
 |
AlexKunin Developer
Joined: 03 Jan 2003 Posts: 1191
|
Posted: Sat Apr 29, 2006 12:52 am Post subject: |
|
|
You should set "defaultPanel" parameter to -1:
| Code: | var OUTLOOKBAR_DEFINITION = {
format:{
defaultPanel:-1,
... |
|
|
| Back to top |
|
 |
|