CKText

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

Description

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

Bindings

Required attribute: value

value:Value of the text area.
columns:Column size.
rows:Row size.
validate:Format string to validate input value.
pass:If validating is passed, the value is true.
enabled:If the value is true, the element appears but is not active.

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()