views:

330

answers:

1

Friends,

I have created a list item to be used as the primary navigation within my apex application.

When the application is run, the tree can be expanded and you can click on a leaf node and are taken to the correct page however on arrival at the new page, the tree is back at it's starting position\completely collapsed.

My question is how do I keep this tree expanded?

In case of need I am using Apex 3.2.1, the region has been created on page zero. Within the region definition, under the source heading, the value for "List Template Override" is DHTML tree.

Thanks in advance for any help you can provide.

+1  A: 

I don't think the DHMTL tree in Apex gives you this option. You can probably achieve it using javascript, although a javascript library solution may be easier - e.g. ExtJS navigation tree.

Jeffrey Kemp
Thanks for the answer and the useful link. I haven't worked out a way to do this using what I have already so I have changed the control from a list to a tree. Thanks again.
carpenteri