[SOLVED] change color of row after click on view (pop up) |
11/1/2011 14:11:56 | |
| PHPRunner General questions | ||
|
M
mickna author
I lost after a system crash my latest project versions and I try to recreate the last steps.
if ($data....) {$row["rowstyle"]='style="background:#CAA"';}
$('[id^="viewLink"]').click(function(e){
|
||
|
C
|
cgphp 11/1/2011 |
$('[id^="viewLink"]').click(function(e){ |
|
|
M
|
mickna author 11/2/2011 |
|
Thank you Christian! As always working like a charm.... |
|
|
C
|
cgphp 11/2/2011 |
|
In PR6 the background attribute is set for every column of the row. |
|
|
M
|
mickna author 11/2/2011 |
|
What could I say? Thank you! |
|