Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
kemal-form
v0.4.0
Top Level Namespace
Kemal
Form
Button
CheckboxField
EmailField
Field
FormError
HiddenField
Label
NumberField
PasswordField
RadioField
SelectField
Option
SubmitButton
TextAreaField
TextField
ValidationError
FormValidator
Email
Length
NumberRange
Required
Validator
Built with Crystal 1.9.2
2023-10-08 15:17:42 UTC
class
Kemal::Form::SubmitButton
Kemal::Form::SubmitButton
Kemal::Form::Button
Reference
Object
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