In Apex 5, I have a treeview region on a page. The user expands some nodes and clicks on a value, I get the selected value (via Javascript) and use it to display some data and/or navigate to another page.
When the user navigates back to the page containing the treeview, it shows initially as collapsed and the previously selected node is not visually indicated.
There is a Dynamic Action that can be used to expand the (full) tree, but how can I visually indicate the previously selected node? Is there some API to do this in the treeview widget, or can it be done via some other Javascript?
- Morten