This topic is locked

Controling table field color

11/13/2014 7:25:38 AM
PHPRunner General questions
J
jackaroo author

5.3 (6735)
I know how to use 'List page:After record processed' and '$record["somefield"]='style="background:somecolor"' to control the color of a field.
My question is, how can I control the color in a similar way of a field containing a child/detail table link?
Thanks,

Jack

Sergey Kornilov admin 11/13/2014

Jack,
child table link is not a field, it's a link placed to the table cell. You can change that cell background right in Visual Editor.
You can try something like this:

http://www.w3schools.com/tags/att_td_bgcolor.asp

J
jackaroo author 11/13/2014



Jack,
child table link is not a field, it's a link placed to the table cell. You can change that cell background right in Visual Editor.
You can try something like this:

http://www.w3schools.com/tags/att_td_bgcolor.asp



Thank you Sergey, but I didn't make myself clear. I want to highlight linked table cells selectivly using a conditional statement in the 'List page:After record processed' event.
Thanks again

Sergey Kornilov admin 11/14/2014

Unfortunately we do not have such an option.