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

Puskins
Puskins
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
2

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Puskins
Customize the badges you want to showcase on your profile
Re: How to show / hide one paragraph of text in a letter so para is dynamic - Adobe LiveCycle 11-10-2010
Thanks very much for your reply. I'm quite a novice with Livecycle and scripting and wasn't that sure about your instructions - my fault not yours!In the meantime I've inserted a button and attaced the following script:topmostSubform.Page1.Button1::click: - (JavaScript, client) ----------------------------------// Toggle the presence attribute of the Field.if (TextField1.presence == "visible") {TextField1.presence= "invisible";TextField1.presence= "invisible";}else {TextField1.presence= "visible...

Views

67

Likes

0

Replies

0
How to show / hide one paragraph of text in a letter so para is dynamic - Adobe LiveCycle 07-10-2010
I need one paragraph of text to appear in a page (a ldynamic letter) when an activity is performed such as the user clicking on a radio button. This is to make the text dynamic i.e. only included on the page when the user wishes. What is the best way to achieve this? I'm already using drop down lists and switch scripts where there is a choice of more than one paragraph of text to be included, but don't know how to just show one paragraph.

Views

524

Likes

0

Replies

3