0
votes

How can i edit layout of individual pages in Oracle Apex. I tried changing templates and properties in shared components but it applies to all the pages. On one page, I need different layout of buttons and items and on the other page, a different.

2

2 Answers

0
votes

You can create more than one page template, for different types of page. And you can also make page-specific styling changes using in-line CSS in the page attributes.

0
votes

It applies to all pages, because all of your pages refer one template. And when you change this template, all pages changes. Create a copy of template, and then refer your individual page to this new template.