cpribeiro
Junior Member
Posts: 2
Registered: 8/6/2004
Member Is Offline
|
| posted on 8/13/2004 at 12:25 PM |
|
|
Disable the selection to root node
How could I disable the selection from the first item(root node) in menu ?
|
|
|
tigra
Administrator
Posts: 1976
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 8/13/2004 at 05:57 PM |
|
|
No items are initially selected in the tree. If you mean opened state of the root node then with free version you'll need to make changes to the
script and with pro version you can use 'st' key in item scope settings to specify initial state or use open IP to close the node.
There is a reason why root item is initially opened. Normally hierarchies have single root (homepage of the site) and when visotor opens your site the
home page is opened. Then when visitor wants to navigate elsewhere he/she will need to open root item in order to see other options. We eliminate this
extra actions by making the tree open root items initially.
|
|
|