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

Creates a text input field. This element must be used within CKForm or HTML form.

Bindings

Required attribute: value

value:Value of the text field. If you set an accessor method to this element, the form data is set to a component automatically by the method.
type:Type of the text field. "text" is for a normal text input field, "password" is for a password field and "hidden" is for a hidden field.
size:Size of the text field.
Methods
run    to_s   
Public Instance methods
run()
to_s()