I have a table in HTML inside my page that has all the cells set to a color of gray background and I want to be able to change this color at runtime. I have checked the Programmable button and named the cells. This is a sample of my code that I am trying to execute. tbl_cell_1.setProperty("BGCOLOR", "BLUE"
;
This does nothing to the cell it still displays as gray when the page is called. Any help is appreciated.
Alex
This does nothing to the cell it still displays as gray when the page is called. Any help is appreciated.
Alex