Oracle Apex: Display Confirm Dialogs Using JavaScript
Use apex.message.confirm() JavaScript method to display confirm dialogs in Oracle Apex. We use to display confirmation dialogs to ask for confirmation from the user to perform a particular action. For example, when the user clicks on the Delete button or…