NAME
HTML::FormHandler::Widget::Wrapper::Bootstrap3 - Twitter Bootstrap 3.0 field wrapper
VERSION
version 0.40068
SYNOPSIS
Wrapper to implement Bootstrap 3.0 style form element rendering.
DESCRIPTION
Differences from the Bootstrap 2.0 wrapper:
The wrapper class is
'form-group'
instead of
'control-group'
The div wrapping the form element does not
have the
'controls'
class. Used
for
sizing css classes.
The input elements have a
'form-control'
class
Tags supported:
label_no_filter -- don't html filter the label
label_after -- useful
for
putting a colon, or other trailing formatting
before_element -- insert tag
before
input, outside element's control div
before_element_inside_div -- insert tag
before
input element, inside control div
input_prepend --
for
Bootstrap
'input-prepend'
class
input_append --
for
Bootstrap
'input-append'
class
input_append_button --
'input-append'
with
button instead of span
no_errors -- don't append error to field rendering
after_element -- insert tag
after
input element
AUTHOR
FormHandler Contributors - see HTML::FormHandler
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 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.