Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Get grey color ONLY for box, but, am getting for Caption too?

Avatar

Level 8

Hello

I am trying to grey ONLY the box part (not label/caption) of the field/object, so am using below,

xfa.resolveNode("VISITOR.Page1.myInfo.Name.ui.#textEdit.border.fill.color").value = "192,192,192";

working fine,

but, i came to know that the xfa.resolveNode is not efficient, so, i want to use *this* key word so i tired as below

this.ui.#textEdit.border.fill.color.value = "192,192,192";

but, not working!! pls help me how to get my requirement with *this* key word for a better PERFORMENCE.

Thank you

0 Replies