struct Crumble::Turbo::Action::FormTemplate::Field

Defined in:

crumble/turbo/action.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : Crumble::Turbo::Action::FormTemplate::Field::Type, name : String, value : Nil | String = nil) #

[View source]

Instance Method Detail

def name : String #

[View source]
def to_html(io, indent_level = 0) #

[View source]
def to_html #

[View source]
def to_html(&) #

[View source]
def type : Type #

[View source]
def value : String | Nil #

[View source]