I have hunted all over this site, I am still not able to figure this one out.
I am using this code to change the fill color of the Text Field:
if(myfirstfield.rawValue == null) then
mytextbox.border.fill.color.value = "255,255,0"
endif
This currently fills in the entire text field (caption and input).
I would like to only highlight the caption of the Text Field.
I am using LiveCycle Designer 8. I do not mind using JS if FormCalc is not the best option to do this.
Thanks so much for any help,
~Toph
there are two properties you can use to change the fill color of a text field.
The one you use is the correct one, but while the other one is not defined, it has no the effect you wold like to see.
To solve this, you need to fill the input area with a color (ideal is white) too.
Otherwise it's transparent and has the same fill color as the entire text field.
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs