struct UI::Form::FormSection

Defined in:

ui/views/form.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(header : String | Nil = nil, fields : Array(Field) = [] of Field, footer : String | Nil = nil) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(header _header = @header, fields _fields = @fields, footer _footer = @footer) #

[View source]
def fields : Array(Field) #

def footer : String | Nil #

def header : String | Nil #