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


Catalyst-Model-HTML-FormFu documentation  | view source Contained in the Catalyst-Model-HTML-FormFu distribution.

Index


NAME

Top

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

SYNOPSIS

Top

    script/myapp_create.pl model YouModelName HTML::FormFu [dirname]

DESCRIPTION

Top

Uses HTML::FormFu::Deploy to copy HTML::FormFu template files into a Catalyst application's root/formfu directory.

To change the destination directory, pass it as an extra directory. It will be created with the root directory

The following example would deploy the template files into directory root/forms.

    script/myapp_create.pl model YourModelName HTML::FormFu forms

METHODS

Top

mk_compclass

SEE ALSO

Top

HTML::FormFu, Catalyst::Helper

AUTHOR

Top

Daisuke Maki daisuke@endeworks.jp

LICENSE

Top

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


Catalyst-Model-HTML-FormFu documentation  | view source Contained in the Catalyst-Model-HTML-FormFu distribution.