Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

renderm47756841
renderm47756841
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
4

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by renderm47756841
Customize the badges you want to showcase on your profile
Re: How do I clear an image without clearing a whole form? - Adobe LiveCycle 13-09-2017
Easy. Create a button for removing the imageGive the click event for the button the code below:ImageField1.rawValue = null;Here is another tip in case you want to reset the form but keep the images.Create a Reset Button and give the click event the code below://this code stores the image in a variable, resets the form and puts it back. Effectively not resetting the imagefieldvar img; //create variableimg = ImageField1.rawValue; //give the variable the image that is in the ImageFieldxfa.host.rese...

Views

615

Likes

0

Replies

0
Re: Need help adding javascript to a button - Adobe LiveCycle 09-08-2017
[Question moved to the LiveCycle Designer forum]

Views

933

Likes

0

Replies

0