cancel
Showing results for 
Search instead for 
Did you mean: 

Make button disabled

Former Member
0 Kudos

Hello,

I want to insert a button in a form and make it disabled.

Can anyone help?

Thanks,

Marc

Accepted Solutions (1)

Accepted Solutions (1)

chintan_virani
Active Contributor
0 Kudos

Insert the button from standard library in LiveCycle Designer and make use of access property.

Button1.access = "readOnly";

Chintan

Answers (1)

Answers (1)

chintan_virani
Active Contributor
0 Kudos

Insert the button from standard library in LiveCycle Designer and make use of access property.

<code>Button1.access = "readOnly";<code>

Chintan