cancel
Showing results for 
Search instead for 
Did you mean: 

Open UI5 Link in existing Launchpad (Browser Tab)

markus_reich
Participant
0 Kudos

Hi,

we want to integrate Links of our Fiori Apps in our Sharepoint Intranet Site, when clicking on the link the Launchpad opens and starts the app.

Is it possible that the Launchpad is only started once? So when a user clicks on a second link, no additional tab opens, the app is launched in the exisiting launchpad tab?

regards

Meex

Accepted Solutions (1)

Accepted Solutions (1)

masa_139
Product and Topic Expert
Product and Topic Expert

Hi Markus,

Are you looking for the simple html target option?

<html>
<body>
<a href="http://www.sap.com" target="tab1">SAP on tab 1</a><br>
<a href="http://www.google.com" target="tab2">Google on tab 2</a><br>
<a href="http://www.apple.com" target="tab1">Apple on tab 1</a><br>
</body>
</html>

Regards,

Masa / SAP Technology RIG

Answers (1)

Answers (1)

markus_reich
Participant
0 Kudos

Hi Masa,

ok, I think that could work, I thought of another possibility but I think it's not possible because of the browsers/html sandbox principles.

br

Meex