cancel
Showing results for 
Search instead for 
Did you mean: 

how to hide a object dinamicaly

Former Member
0 Kudos

i want a object to hide dinamically what should be done??

Accepted Solutions (1)

Accepted Solutions (1)

chintan_virani
Active Contributor
0 Kudos

Soumya,

You will need to set the presence property of the control via Javscript / FormCalc.

For eg: if you have a control named txtInput then adding the following line will make it hidden.

txtInput.presence = "hidden".

You can find more information in Adobe LiveCycle Designer help.

Chintan

chintan_virani
Active Contributor
0 Kudos

Soumya,

Reward & close the thread if your issue is resolved.

Chintan

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Prakash,

For dynamically hiding the fields, you have to for scripting.

You can specify the conditions and hide them accordingly.

Please give me more details if you need further information.

Regards,

sasi