Expand my Community achievements bar.

Strange behavior for border.fill.color.value

Avatar

Former Community Member
I have the same code in my sample/test form as I have in my big final form but I get different results. This is what I used:



txt_url.border.fill.color.value = "255,253,213";



In the small test form I have, it works great. In the big form it changes the background of the whole element, not just of the textbox itself.



Please help!!!



Kevin
2 Replies

Avatar

Former Community Member
If you just want the edit control portion of the text field you should use:



txt_url.ui.oneOfChild.border.fill.color.value = "255,253,213";



Chris

Adobe Enterprise Developer Support

Avatar

Former Community Member
Hi Chris,



Thank you! That really helped.



Kevin