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

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. The first object
default:The first item if no item is selected.
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.
disabled:If the value is true, the element appears but is not active.
Methods
run    to_s   
Public Instance methods
run()
to_s()