This topic is locked

Change Row Color in 5.0

10/2/2008 11:37:46 AM
PHPRunner General questions
O
OLDmrcaseyman author

I have been using the following to change a row color which works fine in 4.2:
Used in: List page: After record processed event on the Events tab
if($data["Auction_Status"]=="Current")

{

$row["rowstyle"]="style=\"background:PaleGreen\"";

}
This is not working in 5.0
Any ideas?

J
jomppa10 10/5/2008

Hi,
this is also crucial for me since I use a lot of a.m. event in my projects. Maybe around $rowattrs variable is the solution?
regards
Jouni I

O
OLDmrcaseyman author 10/6/2008

I received an email from Jane saying they will fix this in the next update. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=33683&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' />

J
jomppa10 10/25/2008

Hi,
it seems that this is not working in Mozilla Firefox (2.0+). Any idea how to fix this asap? My clients are using Firefox and this feature worked well in phpr 4.1.
regards
Jouni I

J
jomppa10 10/28/2008

Hi,
any idea how to fix this to work in Mozilla Firefox, since it worked nicely in 4.2.
regards
Jouni I

J
jomppa10 10/28/2008

Hi,
this works for the both Firefox 3.0.3 and IE 7.0 browsers:
if($data["something"]=="value")

{

$row["rowattrs"]="style=\"background:green\"";

}
regards
Jouni I)