Oracle APEX: Issue capturing Close Region

249 Views Asked by At

I have a region on the page - Inline Dialog and I need to capture when region is being closed using Close Region action.

I created a DA on Dialog Close

Event: Dialog Closed Selection Type: Region Region: MyRegionBeingClosed

But that does not work. Behind the scenes NATIVE_CLOSE_REGION is being fired. How can I capture it with a DA?

1

There are 1 best solutions below

0
On
  • Give the inline dialog a static id of "inline-dialog"
  • Create a DA with the following settings: enter image description here