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

Creates a pop-up menu. This element must be used within CKForm or HTML form.

Bindings

Required attribute: list

escape:Escapes HTML control characters in the items of the list if the "escape" is true. The default value is true.
list:Array which is iterated through.
default:The first item if no item is selected.
selection:Item that are chosen from the selection list.
disabled:If the value is true, the element appears but is not active.
Methods
run    to_s   
Public Instance methods
run()
to_s()