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!!
randerCell in relative Record table
6 posts
• Page 1 of 1
randerCell in relative Record tableis there a fuction for renderCell in relative table??
as
where autopsia is relationship and Codice is field on autopsia relationship? Thanks for all!!
With new Version 1.0.4 is now possible to using renderCell and renderRow in the related list view?
Thanks for help!
HI, Thanks for adding future in release 1.0.6!!
For using it where I have to add function __renderCell( &$record ) ?
This method is defined for a particular field.
E.g. suppose you want the email field for the people table to be rendered in some custom way in list view. You would implement
in your people table delegate class. Then even if you have a relationship from another table to the people table, this custom rendering will take effect in the related list view. -Steve
6 posts
• Page 1 of 1
Who is onlineUsers browsing this forum: No registered users and 29 guests |