Answered
I have a form in livecycle 8 and I colored some fields like this:
on events I used "on change"
$.ui.oneOfChild.border.fill.color.value = "255,249,203"; // yellow
Now I added reset button:
and script to "click"
xfa.host.resetData("[my field name]")
It does not reset the color back HELP :)
StevenD