How to display a region in all the pages of an application in Oracle Apex?

512 views Asked by At

I'm working on an app in Oracle Apex. It has a lot of pages. I want to have a region at the top of the page displaying some important information. It is the same for all the pages.

I can do this by copying the region from page to page but it is a hideous process.

Is there some way to create some kind of region which can be displayed on all the pages?

1

There are 1 answers

0
Koen Lostrie On BEST ANSWER

You can create a region on page 0, that is the global page. Anything on that page is rendered on all pages.