• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

image hide/show on checkbox

Explorer ,
Oct 23, 2017 Oct 23, 2017

Copy link to clipboard

Copied

I am creating a pdf form by using Acrobat, and I would like to associate a checkbox to an image.

In particular, I want to display an image if a user clicks on the corresponding checkbox, and hide the image again when user removes the check.

How can I refer to an image? Is it possible?

I would appreciate any simple js code examples  for achieving this.

TOPICS
Acrobat SDK and JavaScript , Windows

Views

674

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Oct 23, 2017 Oct 23, 2017

Create a button field and set the image as its icon. Then you could simply show/hide the button.

Votes

Translate

Translate
Community Expert ,
Oct 23, 2017 Oct 23, 2017

Copy link to clipboard

Copied

Create a button field and set the image as its icon. Then you could simply show/hide the button.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Oct 24, 2017 Oct 24, 2017

Copy link to clipboard

Copied

try67​ thanks but checkbox does not come with a custom icon, or I misunderstand your explanation.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 24, 2017 Oct 24, 2017

Copy link to clipboard

Copied

LATEST

Right. I was talking about a button field, which the check-box will show/hide.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines