Hello,
I have a requirement that each of 4 buttons be placed both at the top of the form and at the bottom of the form. As much as I've tried, I haven't been able to figure out how to do this. I'm using APEX 4.2.2.
The layout of the page is/<should be> as follows:
Header Region
- various items
<buttons should go here>
Region 1
- various items
Region 2
- various items
Region 3
- various items
<buttons should also go here>
Currently, I have the buttons in a region called Buttons which is after region 3. I tried placing Regions 1-3 within my Buttons region (Buttons was set as their parent region) and then set the button position property to Top and Bottom but that just gave me 2 sets of buttons with nothing between them (Regions 1-3 should be between them). The display point of each of these regions is Page Template Body (3)
So, how can I efficiently set my page to have two sets of buttons as outlined above? I know there's a much better way than creating a whole new set of buttons along with there dynamic actions/processes/validations/etc.
Thank you for your help!
Jason.
EDIT: The theme applied to this app is a custom theme which was created from the Cloud Apps theme.