GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Catalyst::Helper::HTML::FormFu(3) User Contributed Perl Documentation Catalyst::Helper::HTML::FormFu(3)

Catalyst::Helper::HTML::FormFu

version 2.04

    script/myapp_create.pl HTML::FormFu

As of version 0.02000, HTML::FormFu doesn't use the TT template files by default - it uses in internal rendering engine.

If you don't want to customise the generated markup, you don't need to use Catalyst::Helper::HTML::FormFu at all.

If you want to customise the generated markup, you'll need a local copy of the template files. To create the files in the default "root/formfu" directory, run:

    script/myapp_create.pl HTML::FormFu

To create the files in a different subdirectory of "root", pass the path as an argument. The following example would create the template files into the directory "root/forms".

    script/myapp_create.pl HTML::FormFu forms

You'll also need to tell HTML::FormFu to use the TT renderer, this can be achieved with Catalyst::Controller::HTML::FormFu, with the following Catalyst application YAML config:

    ---
    'Controller::HTML::FormFu':
      constructor:
        render_method: tt

Catalyst::Helper::HTML::FormFu - Helper to deploy HTML::FormFu template files.

IRC:

    Join #catalyst on irc.perl.org.

Mailing Lists:

    http://lists.rawmode.org/cgi-bin/mailman/listinfo/html-widget

HTML::FormFu, Catalyst::Helper

Carl Franks, "cfranks@cpan.org"

This library is free software . You can redistribute it and/or modify it under the same terms as perl itself.

  • Carl Franks <cpan@fireartist.com>
  • Nigel Metheringham <nigelm@cpan.org>
  • Dean Hamstead <dean@bytefoundry.com.au>

This software is copyright (c) 2007-2018 by Carl Franks / Nigel Metheringham / Dean Hamstead.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2018-04-20 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.