randerCell in relative Record table
Posted: Tue Sep 02, 2008 3:32 am
is there a fuction for renderCell in relative table??
as
where autopsia is relationship and Codice is field on autopsia relationship?
Thanks for all!!
as
- Code: Select all
function Autopsia_Codice__renderCell( &$record )
{
return "<font color='red'>".$record->val('Codice')."</font>";
}
where autopsia is relationship and Codice is field on autopsia relationship?
Thanks for all!!