MakMoer
Junior Member
Posts: 6
Registered: 3/4/2005
Member Is Offline
|
| posted on 9/5/2006 at 07:46 AM |
|
|
Always keep root opened..
Hi..
I am building a tree which can contain one or more root elements.
So I can have something like this :
root01
--node01
----node0101
--node02
root02
--node01
----node0101
--node02
My problem is that after you work a bit in the application, sometimes root02 might close and the user have to double click on root02 for it to open.
root02 is also a link meaning that a double click will follow the link as well as open it. I do not want that, how can I set it so that my root
elements never closes or maybe add a link to the left or right of the root elements to just open the root element?
Regards
MM
|
|
|
tigra
Administrator
Posts: 1916
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 9/5/2006 at 11:52 AM |
|
|
you can use 'st' item scope setting to preset the state of the item. Set it to 1 for all root items.
|
|
|
bradleycarmody
Junior Member
Posts: 4
Registered: 12/19/2006
Member Is Offline
|
| posted on 8/13/2007 at 09:38 PM |
|
|
I am having the same problem. I don't know what you mean by - you can use 'st' item scope setting to preset the state of the item. Set it to 1 for
all root items.
In what file do you set this?
|
|
|
tigra
Administrator
Posts: 1916
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 8/13/2007 at 10:08 PM |
|
|
it's in tree_items.js see "item scope settings" section of the product documentation
|
|
|