0

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?

Coding Duchess
  • 6,445
  • 20
  • 113
  • 209

1 Answers1

1
  • Give the inline dialog a static id of "inline-dialog"
  • Create a DA with the following settings: enter image description here
Koen Lostrie
  • 14,938
  • 2
  • 13
  • 19