Description:
This is developed as we need customized alert boxes all-over application. A region created in the global page and been referred to in dialog box wherever been called.
Step:1: Create region on the global page with Static ID.
For Example: alert.
Step:2: For alert box, JQuery Dialog been called. Alert messages can be dynamically changed and customized.
$(“#alert”).html(“Blank row already exists. Hence cannot add row”);
// .html() – Dynamically we can change content of region
$(“#alert”).dialog({modal:true,resizable: false,minHeight: 105,width:380,dialogClass: ‘testclass’});
//$(“#alert”) – Global region referred for dialog.
Output:
Summary: This post explains about Global Alert Box in APEX
Queries?
Do drop a note by writing us at contact@staging.doyensys.com or use the comment section below to ask your questions.