Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

Open thumbnail image to larger size image in popup or new window in Livecycle Designer

Avatar

Level 1

Open thumbnail image to larger size image in popup or new window in Livecycle Designer

Is there a way to create a form in Livecyle Designer and add thumbnail images and then be able to click on a thumbnail image and a larger version of the image pops up in a popup window or a new window? I tried the gotourl function and referenced the image on the hard drive but this did not work because it is not a url. Is there javascript to do this ie. app.openDoc(c:\image.jpg, NewWindow);?

Thank you.

2 Replies

Avatar

Level 10

Hi,

Here are some samples:

The first one shows the image on clicking the large image at the top of the page, scrolling through the images at the bottom of the page: https://acrobat.com/#d=BI-C*vM-cryysNXA9Hpt5A.

The second sample shows the image large scale at the top of the page when the user hovers over the small thumbnails at the bottom of the page: https://acrobat.com/#d=PM0g9LW70vm9UN6iGqhtXQ

These might give you a direction. You could have the large imageField in a subform, that becomes visible (giving the appearance of a popup). This would also include a close button to set the subform's presence to hidden.

Hope that helps,

Niall