Skip to main content
1-Visitor
June 11, 2014
Question

Close Modal Popup after AutoRefresh execution

  • June 11, 2014
  • 1 reply
  • 2306 views

Is there a way to close a PopUp Modal Mashup after a time? I don't find any close events in the mashup properties.

    1 reply

    5-Regular Member
    June 11, 2014

    Hi Martin,

    Mashups have a

    CloseIfPopup

    Service that you can use to close a popup Mashup programmatically. Along with this Service, you can use the PopupClosed Event of the Navigation widget to refresh the original Mashup should you be updating values or similar from the popup.


    Thanks,

    Adam



    1-Visitor
    June 11, 2014

    I saw that event CloseIfPopup but the name doesn't makes sense so I thought it was something like if a Popup appears closes.

    Thank you Adam.