The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:CGI::FormBuilder::Field::button"

lib/CGI/FormBuilder/Field/button.pm River stage two • 11 direct dependents • 16 total dependents

BIGPRESH/CGI-FormBuilder-3.10 - 16 Aug 2016 23:59:06 UTC

CGI::FormBuilder::Template::TT2 - FormBuilder interface to Template Toolkit River stage two • 11 direct dependents • 16 total dependents

This engine adapts FormBuilder to use "Template Toolkit". To do so, specify the "template" option as a hashref which includes the "type" option set to "TT2" and the "template" option set to the name of the template you want processed. You can also ad...

BIGPRESH/CGI-FormBuilder-3.10 - 16 Aug 2016 23:59:06 UTC

CGI::FormBuilder::Template::Fast - FormBuilder interface to CGI::FastTemplate River stage two • 11 direct dependents • 16 total dependents

This engine adapts FormBuilder to use "CGI::FastTemplate". Please read these docs carefully, as the usage differs from other template adapters in several important ways. You will need to define three templates: "form", "field", and "invalid_field". Y...

BIGPRESH/CGI-FormBuilder-3.10 - 16 Aug 2016 23:59:06 UTC

CGI::FormBuilder::Template::HTML - FormBuilder interface to HTML::Template River stage two • 11 direct dependents • 16 total dependents

This engine adapts FormBuilder to use "HTML::Template". "HTML::Template" is the default template option and is activated one of two ways. Either: my $form = CGI::FormBuilder->new( fields => \@fields, template => 'form.tmpl', ); Or, you can specify an...

BIGPRESH/CGI-FormBuilder-3.10 - 16 Aug 2016 23:59:06 UTC

CGI::FormBuilder::Template::Text - FormBuilder interface to Text::Template River stage two • 11 direct dependents • 16 total dependents

This engine adapts FormBuilder to use "Text::Template". Usage is very similar to Template Toolkit: my $form = CGI::FormBuilder->new( fields => \@fields, template => { type => 'Text', # use Text::Template template => 'form.tmpl', } ); The default opti...

BIGPRESH/CGI-FormBuilder-3.10 - 16 Aug 2016 23:59:06 UTC

CGI::FormBuilder::Template::HTC River stage zero No dependents

This engine adapts FormBuilder to use HTML::Template::Compiled. It works similar to CGI::FormBuilder::Template::TT2, not like CGI::FormBuilder::Template::HTML, because HTC can use the dot-syntax for accessing hash-keys....

TINITA/CGI-FormBuilder-Template-HTC-0.02 - 23 Nov 2006 19:03:38 UTC

CGI::FormBuilder::Template::CGI_SSI - FormBuilder interface to CGI::SSI River stage two • 11 direct dependents • 16 total dependents

This engine adapts FormBuilder to use "CGI::SSI". You can specify any options which "CGI::SSI->new" accepts by using a hashref: my $form = CGI::FormBuilder->new( fields => \@fields, template => { type => 'CGI::SSI', file => 'form.shtml', sizefmt => '...

BIGPRESH/CGI-FormBuilder-3.10 - 16 Aug 2016 23:59:06 UTC
7 results (0.084 seconds)