Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Apex 5 treeview: Set selected node (or remember selection between pageviews)

MortenBratenJan 7 2016 — edited Jan 13 2016

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

This post has been answered by MortenBraten on Jan 12 2016
Jump to Answer

Comments

JustinCave
1) The database character set controls (and specifies) the character set of CHAR & VARCHAR2 columns. The national character set controls the character set of NCHAR & NVARCHAR2 columns.

2) Please make sure that you read the section of the Globalization manual that discusses character set migration. In particular, going from UTF-8 to Windows-1252 is going to require a bit more work since the latter is a subset (and not a strict binary subset) of the former.

Justin
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 10 2016
Added on Jan 7 2016
3 comments
11,718 views