module FormBuilder
Defined in:
form_builder.crform_builder/builder.cr
form_builder/themes.cr
form_builder/themes/base_theme.cr
form_builder/themes/bootstrap_2_horizontal.cr
form_builder/themes/bootstrap_2_inline.cr
form_builder/themes/bootstrap_2_vertical.cr
form_builder/themes/bootstrap_3_horizontal.cr
form_builder/themes/bootstrap_3_inline.cr
form_builder/themes/bootstrap_3_vertical.cr
form_builder/themes/bootstrap_4_horizontal.cr
form_builder/themes/bootstrap_4_inline.cr
form_builder/themes/bootstrap_4_vertical.cr
form_builder/themes/bulma_horizontal.cr
form_builder/themes/bulma_vertical.cr
form_builder/themes/default.cr
form_builder/themes/foundation.cr
form_builder/themes/materialize.cr
form_builder/themes/milligram.cr
form_builder/themes/semantic_ui_inline.cr
form_builder/themes/semantic_ui_vertical.cr
form_builder/version.cr
Constant Summary
-
VERSION =
"1.0.2"
Class Method Summary
- .form(action : String | Nil = nil, method : String | Symbol | Nil = :post, theme : String | Symbol | FormBuilder::Themes::BaseTheme | Nil = nil, form_html : NamedTuple | OptionHash | Nil = OptionHash.new, &) : String
- .form(action : String | Nil = nil, method : String | Symbol | Nil = :post, theme : String | Symbol | Nil = nil, form_html : NamedTuple | OptionHash | Nil = OptionHash.new) : String
Class Method Detail
def self.form(action : String | Nil = nil, method : String | Symbol | Nil = :post, theme : String | Symbol | FormBuilder::Themes::BaseTheme | Nil = nil, form_html : NamedTuple | OptionHash | Nil = OptionHash.new, &) : String
#
def self.form(action : String | Nil = nil, method : String | Symbol | Nil = :post, theme : String | Symbol | Nil = nil, form_html : NamedTuple | OptionHash | Nil = OptionHash.new) : String
#