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

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

Enabling a button after disabling it

Avatar

Level 2

What's the code for enabling a button after setting the access property of the button to "readonly" (form1.Button2.access = "readOnly";)?

Thanks in advance.

2 Replies

Avatar

Level 10

Hi,

The following should do it:

form1.Button2.access = "open";

Good luck,

Niall

Avatar

Level 2

thanks this helped alot..

Norman