
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2016 08:02 AM
I am looking for a way to create a custom Icon Link widget to direct the user to a URL, but to open that URL in a new window instead of the portal page.
I've made a copy of the baseline Icon Link widget, but am unsure as to how I might change the behavior for the URL link.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2016 08:55 AM
Hi Steven,
You may have resolved this yourself by now but the OTB (Helsinki Patch 7, not sure about previous versions) "Icon Link" widget accepts an option called "target" where you can specify how you want the link to behave. Locate your widget instance in the widget instances list and then add an additional option for target. E.g.
{
"target": {
"value":"_blank"
},
"link_template": {
"value": "Circle Icon",
"displayValue": "Circle Icon"
}
}
Thanks,
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2016 08:11 AM
Hi Steven,
Please go through the below links:
How to make a UI action open a URL not in a separate tab, but in a popup window?
UI action to open a form in a new window
Hope this will help you.
Thanks,
Devi
PS: Hit like, Helpful or Correct depending on the impact of the response.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2016 08:23 AM
This is specific to the Helsinki service portal and widgets, not UI actions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-21-2016 12:53 PM
I just encountered this same problem today. Were you able to find a solution?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-21-2016 01:16 PM
I've been out for the last week so I haven't worked on it lately, but no, I have not yet.