class Crumble::Turbo::Action::FormTemplate

Defined in:

crumble/turbo/action.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(uri_path : String, fields : Array(Crumble::Turbo::Action::FormTemplate::Field), hidden : Bool) #

[View source]
def self.new(uri_path : String, hidden : Bool) #

[View source]

Instance Method Detail

def fields : Array(Field) #

[View source]
def hidden : Bool #

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

[View source]
def to_html #

[View source]
def to_html(&) #

[View source]
def uri_path : String #

[View source]