
Backend/Func/CustFldsEdit.pm - editing Custom Fields
This function displays the HTML input boxes needed for the user to edit the Custom Fields for their post.
my $html = $self->CustFldsEdit($fid, $gpid_num);
Example
my $fid = $self->_param('fid');
my $gpid = $self->_param('gpid');
$ret .= $self->CustFldsEdit($fid, $gpid);
|