Scroll to navigation

HTML::FormHandler::Widget::Theme::Bootstrap(3pm) User Contributed Perl Documentation HTML::FormHandler::Widget::Theme::Bootstrap(3pm)

NAME

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

VERSION

version 0.40013

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.
2012-06-25 perl v5.14.2