Class CKTextField |
|
Creates a text input field. This element must be used within CKForm or HTML form.
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 |
Public Instance methods |
run() |
to_s() |