Creating a jQuery Dialog Alert in Oracle APEX
In this post I will be explaining how to create a jQuery Dialog Alert in Oracle APEX.
- Usually developers use the standard alert or apex.message to show an alert or confirm message.
- When it comes to customized message box it is a better approach to create a jQuery Dialog Alert.
Follow the below steps to achieve this:
1) Paste the below JavaScript code in the Function and Global Variable Declaration section.
2) To call this function (to open the jQuery dialog),
- Create a dynamic action (in this example: on click of a button)
- Create a True Action -> Execute JavaScript code.
- Paste the below code:
Reference: https://jqueryui.com/dialog/
Click here for DEMO
Happy CODING!!!
Thank you
Comments
Post a Comment