This page demonstrates how to use the "DHTML Dialog" dynamic action plugin.
The edit button will show the "Edit department" page (402) in a modal dialog.
After you save the changes, the "Close" event will be fired. A dynamic action based on this event will refresh the "Departments" region.
Link "Employees (PL/SQL)" opens a modal dialog, and the content is pulled from an AJAX call (PL/SQL Code).
Link "Employees (HREF)" opens a modal dialog, and the content is pulled form an AJAX call. The href points to page 403 in this application