Changing the fill color of a field The Fill Color of a Field snippet demonstrates how to change the fill color of a field at run time. In this snippet, when the Apply Fill Color button is clicked, the text field color changes to gray. To change the fill color of a field Add the following script to the Apply Fill Color button. TextField1.fillColor = “200,200,200”; To see the following example and others, visit the LiveCycle ES Developer Center at www.adobe.com/devnet/livecycle. See also Changing the background colors of fields, fillable areas, and subforms Highlighting fields in response to form filler interaction Changing the visual properties of an object on the client