micb1
Newbie
Posts: 1
Registered: 11/11/2004
Member Is Offline
|
| posted on 10/13/2005 at 10:03 AM |
|
|
indenting a menu
This is probably quite simple. if you look at www.mjwebdesign.co.uk .I want the menu part that starts with jamie to indent into the choose a door. Is
there a setting I can change to do this
|
|
|
rock
Moderator
Posts: 687
Registered: 4/15/2003
Member Is Offline
|
| posted on 10/17/2005 at 09:21 AM |
|
|
To set initial states of the item you could use 'st' and 'sl' keys in the item scope settings.
['item', 'item_link.html' ,{'sl':1}] //initial selected state
['folder', '' ,{'st':1}, //initial open state
//...children
]
Also you could use open API to set the required states.
For more info please refer to Tigra Tree Menu PRO
documentation
|
|
|