Skip to main content
1-Visitor
November 18, 2016
Question

How to close the mashup on button click

  • November 18, 2016
  • 2 replies
  • 4207 views

How to close the mashup on button click?

please hep with the solution.. thanks in advance

2 replies

1-Visitor
November 18, 2016

Hi

Can you be more specific are you trying to close the mashup tab or trying to close a Pop-up open from

parent mashup  , in later case the mashup itself has closeifpopup event

madnan1-VisitorAuthor
1-Visitor
November 24, 2016

Hi,

Thank you for your reply, how to do if i have to close the mashup tab on button click?

1-Visitor
November 24, 2016

Add an expression widget, and set it on Expression=close();

Then you just need to trigger that expression widget whenever you want to close the browser window.

madnan1-VisitorAuthor
1-Visitor
November 25, 2016

Hi,

Thank you so much. It worked