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

Creates a fill-in form. Dynamic Elements of form, for example, CKBrowser, CKCheckbox, CKRadioButton, CKPopUpButton, CKText, CKTextField, CKSubmitButton and CKResetButton, are used within CKForm or HTML form.

Bindings

Required attributes: none

action:Method to invoke when a submit button in the form is clicked.
enctype:Encode type to send form data. You can use "POST", "GET" or "HEAD" as the value.
href:URL to which the browser directs.
target:Frame in a frameset that receive the page.
Methods
run    to_s   
Public Instance methods
run()
to_s()