Page 1 of 1

How to open link in new windows using events?

Posted: Fri Nov 08, 2019 11:20 am
by piotrh
Hello,
like in topic: i have an event - if i click on layout grid there is link to external page - but it opens in the same window. I cant find option to open it in new tab. How can I do this?

Re: How to open link in new windows using events?

Posted: Fri Nov 08, 2019 11:35 am
by Pablo
When using events, the link is triggered by JavaScript (window.location.href). There is no target option because this function replaces the current page.