Hello All,
I am a newbee to this LiveCycle Designer. I'm using 8.0.1.
I have a question. Lets say I have a form in which i have to display English as well as French content based on a toggling radio button. I know that I can change the caption of the different elements in the form according to that radio button.
But can I change the content of a drop down element in the form based on the value of the radio button.
Silly Example:
There is a field called Term which should display Year 1, Year 2, Year 3 when radibutton is english
and it should display Année 1, Année 2, Année 3 when it is French.
This is just a silly example :)
If it is possible, a sample code snippet will help me a lot
Thanks in advance
Deepak
One of them set to hidden, the otherone to visible.
Add two buttons to the master page for selecting the language.
With the buttons click event and some little JS you can show/hide the englisch or french page.
Form1.PageEng.presence = "hidden";
Form1.PageFre.presence = "visible";
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs