OlivierCC / spfx-40-fantastics

This package is a sample kit of Client Side Web Parts built on the SharePoint Framework SPFx. You can find here different kind of high visual web parts as carousel, images galleries, animations, map, editors, etc.
MIT License
408 stars 279 forks source link

Tiles Menu cant configure URLS to open in new or same window #30

Open screwfacekilla opened 6 years ago

screwfacekilla commented 6 years ago

All URLS are set to open in _Blank

wenorp commented 5 years ago

It would be great if we could have the option how to open the link, or even not to have a link. We're using it to show images alongside images with links. At the moment if they click on an image it opens the same window again.

Tried this: /sites/home/sitepages/home.aspx?:linktarget_parent

It works for the first click, but anything after that opens in a new window.

Anyone know how to get around this?