
Backend/Func/CustFldsPreview.pm - Preview Custom Fields
This function returns a HTML table with the preview for entered Custom Fields.
my $html = $self->CustFldsPreview($fid, $gpid_object);
Example
my $fid = $self->_param('fid');
my $gpid = $self->_param('gpid');
$ret .= $self->CustFldsPreview($fid, $gpid);
|