CKSubmitButton

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

Description

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.
enabled: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.

Programming Topics

Methods

bind_request
own_attributes
run
to_s

Included modules

ElementAttribute

Public Class Methods

bind_request( component, definition, value, id )
own_attributes()

Public Instance Methods

run()
to_s()