Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
How to close the mashup on button click?
please hep with the solution.. thanks in advance
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
Hi,
Thank you for your reply, how to do if i have to close the mashup tab on button click?
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.
Hi,
Thank you so much. It worked