How to call an event on clicking of DTE_lightbox_close Div

How to call an event on clicking of DTE_lightbox_close Div

abhinav0419@gmail.comabhinav0419@gmail.com Posts: 5Questions: 3Answers: 0

I have an edit button in the datatables which when clicked opens a modal with close option. On the click of the close option I want to call a function. How can I detect the clicking of close button inside the edit modal?

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 63,818Questions: 1Answers: 10,517 Site admin
    Answer ✓

    Listen for the close event - that will let you know when the main Editor display is closed (regardless of how it is closed).

    Allan

  • abhinav0419@gmail.comabhinav0419@gmail.com Posts: 5Questions: 3Answers: 0

    Thanks a lot Allan. That Helped.

This discussion has been closed.