Apache-PSP
view release on metacpan or search on metacpan
lib/Template/PSP/autoform.psp view on Meta::CPAN
</perl>
</tag>
<tag name="automessage" body="1" global="1"
accepts="name,lookup">
<perl>
=head2 AutoFill message tag
The C<automessage> tag displays a non-editable field.
Usage:
<automessage name="full_nm" />
=cut
my $af = getpvar('autofill_data');
my $value = $af->{'field'}->{$name} || ' ';
lib/Template/PSP/autoform.psp view on Meta::CPAN
</perl>
</tag>
<tag name="autolink" body="1" global="1"
accepts="name, href, fields, cond">
<perl>
=head2 AutoFill link tag
The C<autolink> tag displays a non-editable link.
Usage:
<autolink href="view_user.psp" name="full_nm" />
=cut
print "\n";
my $af = getpvar('autofill_data');
lib/Template/PSP/autoform.psp view on Meta::CPAN
</perl>
</tag>
<tag name="autoforward" body="1" global="1"
accepts="href, fields">
<perl>
=head2 AutoFill forward tag
The C<autoforward> tag displays a non-editable link.
Usage:
<autoforward href="view_user.psp" fields="" />
=cut
print "\n";
my $af = getpvar('autofill_data');
( run in 0.768 second using v1.01-cache-2.11-cpan-de7293f3b23 )