HTML::FormHandler::Widget::Wrapper::Bootstrap3(3pm) | User Contributed Perl Documentation | HTML::FormHandler::Widget::Wrapper::Bootstrap3(3pm) |
HTML::FormHandler::Widget::Wrapper::Bootstrap3 - Twitter Bootstrap 3.0 field wrapper
version 0.40068
Wrapper to implement Bootstrap 3.0 style form element rendering.
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. Input prepend & append use different 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
FormHandler Contributors - see HTML::FormHandler
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.
2022-03-25 | perl v5.34.0 |