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

NAME

HTML::FormHandler::Widget::Theme::Bootstrap - sample bootstrap theme

VERSION

version 0.40016

SYNOPSIS

Sample Bootstrap theme role. Apply to your subclass of HTML::FormHandler Sets the widet wrapper to 'Bootstrap' and renders form messages using Bootstrap formatting and classes. Does 'form-horizontal' with 'build_form_element_class'. Implement your own sub to use 'form-vertical':

   sub build_form_element_class { ['form-vertical'] }

Form error messages:

   <div class="alert alert-error">
       <span class="error_message">....</span>
   </div>

AUTHOR

FormHandler Contributors - see HTML::FormHandler

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Gerda Shank.

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