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

NAME

User::Config::UI::HTMLFormHandler::Model - a model for HTML::FormHandler interfacing the Form-entries with User::Config.

SYNOPSIS

  package MyApp::Form;
  use HTML::FormHandler::Moose;
  extends User::Config::UI::HTMLFormHandler::Model;

DESCRIPTION

Using User::Config::UI::HTMLFormHandler as UI, the form is generated to fit to the options set by the different modules using User::Config. With this model it is possible to let HTML::FormHandler handle the update of the different settings, after the user made them.

METHODS

See HTML::FormHandler for more information about <$self-update_model()>> and <$self-build_item()>>.

AUTHOR

Benjamin Tietz <benjamin@micronet24.de>

COPYRIGHT AND LICENSE

Copyright (C) 2011 by Benjamin Tietz

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.1 or, at your option, any later version of Perl 5 you may have available.