Chapter 6. APEX Buttons
APEX buttons are very important components of the APEX application page. They allow us to initiate various page related processes that are responsible for the page functionalities like submitting the page to the server, and by doing so, starts the page ACCEPT process, or for the flow control of the application like redirecting to a new page.
The Application Builder supports three styles of buttons an HTML Button, Image based buttons, and Template Driven buttons. Each button must be associated with a page region. Within the region, we can position the buttons based on some predetermined locations in the region template or among the page items in the region.
In this chapter, we will cover:
The different types of buttons that a developer can place on an Apex page
Creating buttons and assigning attributes
Displaying buttons in different regions on the page
Using the REQUEST feature
Button styles
The Application Builder allows us to define three different styles of buttons....