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

Changing the colour of multiple fields

Avatar

Not applicable
I have several fields in my form that I change the fill color on the Exit event as patt of a validation routine.



Textfield1.ui.oneOfChild.border.fill.color.value = "255,204,153";



When the print button is clicked, I want to reset all fields to white.



Is it possible to do this for all fields at once? Or do I have to use:



Textfield1.ui.oneOfChild.border.fill.color.value = "255,255,255";



for each field?



Many Thanks
0 Replies