Skip to main content
Nintex Community Menu Bar
Question

Template: Image: Popup

  • July 9, 2024
  • 3 replies
  • 14 views

Forum|alt.badge.img+8

I have a simple template field that displays an image.
There is an HTML link on the template that opens the image in a new tab.
My users would prefer to open this image in a popup box.
Is this possible?

Here is how I have it setup currently:
<a href=“https://c.na10.content.force.com/servlet/servlet.FileDownload?file={{{xxxx}}}; target=”_blank"><img src="https://c.na10.content.force.com/servlet/servlet.FileDownload?file={{{xxxx}}};>

3 replies

Forum|alt.badge.img+20

Sure. If not a row action, then a custom field renderer.

Easier though would be to use this. Not entirely sure this will work.

<a href=“javascript:window.open(‘https://c.na10.content.force.com/servlet/servlet.FileDownload?file={{{xxxx}}}’,‘Image Title’,‘width=500,height=150’)”>


Forum|alt.badge.img+8
  • Author
  • 98 replies
  • July 9, 2024

Thanks Pat!
It works well.
Where can I get some info on Custom Field Renderers?


Forum|alt.badge.img+18
  • 2192 replies
  • July 9, 2024