cancel
Showing results for 
Search instead for 
Did you mean: 

Buttons in Adobe forms

Former Member
0 Kudos

Hi ,

  1.   I created a Adobe form (printable form)...In the form i want to display the buttons text based login language ..What is the process .

  2.   I want to know events are in the adobe form ...could any body send the documentation for events .

thanks..!

Accepted Solutions (0)

Answers (1)

Answers (1)

sabarna17
Contributor
0 Kudos

Hi Veeru,

1. You can follow the below steps:

     a. Create a variable for the text of the button and pass the value in adobe forms.

     b. Then select the button in design view and go to its script editor.

     c. Select "layout:Ready" event. Then select java script in the language.

     d. Write the following code to display the caption as per the field value.

          this.resolveNode("this.caption.value.#text").value = data.page1.LV1.rawValue;


*** Here in the code the bold portion will be similar for your use. Replace the hierarchical step for the italic portion.

If this is helpful reply me.

2. Please go through the following link.

LiveCycle ES2 * Adobe LiveCycle Designer ES2

Thanks and Regards,

Sabarna Chatterjee