16.5.2.1 Opening Server-Generated Dialog URL
Open a dialog page with client-side values by passing a server-generated URL to a helper function.
To open a modal dialog or drawer page passing in dynamic client data, use triggered actions to:
- Call
APEX_PAGE.GET_URLto generate the URL on the server, then - Pass it to an
app.openDialogURL()orapp.openDrawerURL()helper function.
- Generating Dialog URL on the Server
Generate a checksum-protected dialog URL on the server before opening a modal page. - Opening Dialog URL Passing Client Data
Add JavaScript helper functions that simplify opening modal dialog and drawer pages from generated URLs.
Parent topic: Passing Client-Side Data to Dialogs