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!

How to refresh region header after page load?

Alex Hoefling-OracleAug 20 2018 — edited Aug 20 2018

Sorry in case this has been asked before, but all discussions I found seem to be not relevant or deal with a different issue.

Using APEX 18.1, in my page I have a region which is using a dynamic region title:

pastedImage_1.png

This works ok for the initial page load, but not if I would like to refresh the region title later.

Looking thru various posts, I understand that a region refresh does only refresh the content of the region. How would I refresh the title ?

I tried:

- Setting P11_CODE_ID does set the session value, but does not refresh the title

- Using DA to refresh Selection Type JQuery Selector h2#error_pie_heading.t-Region-title

(region has static id "error_pie")

pastedImage_0.png

Would this be the right approach ?

Thanks

This post has been answered by fac586 on Aug 20 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 17 2018
Added on Aug 20 2018
2 comments
641 views