I tried these two possibilities to no avail...
- Code: Select all
function NL_photo__renderCell( &$record ) {
return "<img id=\"jcrop_image\" src=\"http://".$_SERVER['SERVER_NAME']."/images/article/".$record->strval('NL_photo')."\" width=130>";
}
and...
function NL_photo__htmlValue(&$record){
return "<img id=\"jcrop_image\" src=\"http://".$_SERVER['SERVER_NAME']."/images/article/".$record->strval('NL_photo')."\" width=130>";
}
Thanks,
Frank