Coloring the line when the Chech is checked

How would I be able to fill in the Red of the whole line when the box is full. I was able to understand that the box it self.

If (this.rawValue == '1') {}

this.fillColor

= "255,0,0";

}

else {}

this.fillColor

= "255,255,255";

}

Hello

Assuming the box is placed in a cell in the table directly (not in a subform), then you should be able to call it, when you want to change the color.

this.parent.fillColor = "255.0.0";

Hope this helps

Malcolm

Tags: Adobe LiveCycle

Similar Questions

Maybe you are looking for