bBBOARDv2 About UsOrderingTerms/PrivacyManualsSupportFeaturesDemo
Client Login
Welcome to bbBOARD!

NAME

Backend/Func/CustFldsPreview.pm - Preview Custom Fields


DESCRIPTION

This function returns a HTML table with the preview for entered Custom Fields.


USAGE

    my $html = $self->CustFldsPreview($fid, $gpid_object);

Example

    my $fid = $self->_param('fid');
    my $gpid = $self->_param('gpid');
    $ret .= $self->CustFldsPreview($fid, $gpid);
 
bbBOARD
© Copyright 2003-2004 bbNetwork Ltd