CKBrowser

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

Description

Creates a list whose multiple items can be selected. This element must be used within CKForm or HTML form.

Bindings

Required attribute: list

escape:Escapes HTML control characters in "value" if the "escape" is true. The default value is true.
list:Array which is iterated through.
values:Array which is value for each "value" attributes of <option> elements.
selected:Items which are chosen from the list.
multiple:Multiple items of the list can be selected if the value is true.
size:Size of item in appearance.
enabled:If the value is false, 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()