class Kemal::Form::SubmitButton

Overview

A HTML button with type submit.

Defined in:

kemal-form/buttons.cr

Instance methods inherited from class Kemal::Form::Button

to_s(io : IO) to_s

Constructor methods inherited from class Kemal::Form::Button

new(text : String = "", attrs : Hash(String, String) = {} of String => String) new