1

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

The tree can be expanded and clicking on a leaf node takes you to the correct page. However, on arrival at the new page, the tree is back at its starting position, completely collapsed. How do I keep the tree expanded?

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.

2
  • Which Apex theme are you using? Commented Dec 16, 2009 at 13:26
  • @Tony, it's a custom one Commented Dec 16, 2009 at 13:50

1 Answer 1

1

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.

Sign up to request clarification or add additional context in comments.

1 Comment

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.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.