Force a link to open in a popup inside the Detailed List layout inside PnP Modern search WebPart
I have the following setting inside my PnP Modern search result:-
Here is the code:-
{{slot item @root.slots.Destination}}
</a>
Currently the link will open in a new tab. so can i force the link to open in a popup window ? instead of a new tab?
Thanks
I have the following setting inside my PnP Modern search result:- Here is the code:- <a href=”{{slot item @root.slots.PreviewUrl}}” data-interception=”off” target=”_blank” style=”color: {{@root.theme.semanticColors.link}}”>
{{slot item @root.slots.Destination}}
</a> Currently the link will open in a new tab. so can i force the link to open in a popup window ? instead of a new tab?Thanks Read More