Class CKForm |
|
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.
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 |
Public Instance methods |
run() |
to_s() |