Class CKSubmitButton
In: lib/cgikit.rb
Parent: CKElement

Creates a submit button. This element must be used within HTML form.

Bindings

Required attributes: none

action:Method to invoke when the button is clicked.
value:Title of the button.
disabled:If the value is true, the element appears but is not active. In addition, it doesn't send the form data although the button is clicked.
Methods
run    to_s   
Public Instance methods
run()
to_s()