Is it possible to have my action's view velodity template be rendered as a new popup window just as the attach screenshot action does? I see there is a decoration thing "atl.popup" and some views are configured to be decorated if their pattern matches /secure/popup/* but I could not apply this to my views.
See AUI dialogs.
https://developer.atlassian.com/display/AUI/Dialog
OK, but even if I use it through the JavaScript API (new AJS.Dialog()) this script is run after the browser navigates to a new page so I will find myself on a blank page with a popup URL. I'd rather need a <a href=".." target="_blank"> functionality! On the web-item docs (<a href="https://developer.atlassian.com/display/JIRADEV/Web+Item+Plugin+Module" rel="nofollow noopener noreferrer">https://developer.atlassian.com/display/JIRADEV/Web+Item+Plugin+Module</a>) I see an example:
new
AJS.Dialog()) this script is run after the browser navigates to a new page so I will find myself on a blank page with a popup URL. I'd rather need a <a href=".." target="_blank"> functionality! On the web-item docs (<a href="https://developer.atlassian.com/display/JIRADEV/Web+Item+Plugin+Module" rel="nofollow noopener noreferrer">https://developer.atlassian.com/display/JIRADEV/Web+Item+Plugin+Module</a>) I see an example:
<
param
name
=
"isPopupLink"
>true</
>
Ah, I understand now. You want a popup when you click on a web-item link? isPopupLink I guess is the property to make it work but I have seen people complaining that it doesn't work. There were some worarounds in the forums before. Maybe you can search and find it.
It looks like you're new here. Sign in or register to get started.