module FormBuilder

Defined in:

form_builder.cr
form_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

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 #

[View source]
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 #

Overload for optional &block


[View source]