class

FormBuilder::Themes::Bootstrap3Vertical

Inherits FormBuilder::Themes::BaseTheme / Reference / Object

Class methods

theme_name
Source

Instance methods

build_html_error(error : String, html_attrs : StringHash, field_type : String)
Source
build_html_help_text(help_text : String, html_attrs : StringHash, field_type : String)
Source
form_html_attributes(html_attrs : StringHash)
Source
input_html_attributes(html_attrs : StringHash, field_type : String, has_errors? : Bool)
Source
label_html_attributes(html_attrs : StringHash, field_type : String, has_errors? : Bool)
Source
wrap_field(field_type : String, html_field : String, html_label : String | Nil, html_help_text : String | Nil, html_errors : Array(String) | Nil, wrapper_html_attributes : StringHash)
Source