November 2015
Intermediate to advanced
256 pages
5h 13m
English
CHAPTER 11
![]()
Using jQuery Dialogs
Since APEX delivers web pages, it naturally provides a simple interface to the browser dialogs and alerts; however, they are bareboned. jQuery offers a more polished set of dialogs that facilitate alerts and questions that can match the application’s theme.
This chapter shows how to replace the default Delete dialog in the Employees form with a jQuery style dialog. The chapter concludes by demonstrating how the dialog text could be sourced from the database.
The Undo Alternative
A user interface design alternative for dialogs is to provide an undo feature. Trust the users in their actions, but provide a temporary ...
Read now
Unlock full access