Forum Discussion

johnjohn-Peter's avatar
johnjohn-Peter
Iron Contributor
Sep 11, 2024

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:-

 

<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

 

 

No RepliesBe the first to reply

Resources