C
|
christwigg74 6/18/2009 |
use "List page: After record processed" event on the Events tab for this purpose. Here is a sample: --------------------------------- if ($data["Complete"]=="Y") $record["headerclass"] = "style=\"background: red;\""; --------------------------------- Then proceed to the Visual Editor tab, switch to HTML mode, find this code: --------------------------------- <TD class=grid_recordheader colSpan=2> --------------------------------- and replace it with this one: --------------------------------- <TD class=grid_recordheader colSpan=2 {$headerclass}> --------------------------------- thank you Jane for the Info. Worked perfect!
|
T
|
thecomputerguy author 6/19/2009 |
go back to the Edit of the page. view the HTML code. |